Click here to Skip to main content
16,005,374 members
Home / Discussions / C#
   

C#

 
GeneralRe: i wanna help Pin
Dave Kreskowiak3-Jun-05 5:12
mveDave Kreskowiak3-Jun-05 5:12 
QuestionSystem.Uri bug?? Pin
Jason Manfield1-Jun-05 14:30
Jason Manfield1-Jun-05 14:30 
AnswerRe: System.Uri bug?? Pin
Miszou2-Jun-05 8:52
Miszou2-Jun-05 8:52 
GeneralRe: System.Uri bug?? Pin
Jason Manfield2-Jun-05 9:19
Jason Manfield2-Jun-05 9:19 
GeneralAccess 2000 and C# Pin
Tom Wright1-Jun-05 12:04
Tom Wright1-Jun-05 12:04 
GeneralRe: Access 2000 and C# Pin
Christian Graus1-Jun-05 12:09
protectorChristian Graus1-Jun-05 12:09 
GeneralRe: Access 2000 and C# Pin
Dave Kreskowiak2-Jun-05 7:15
mveDave Kreskowiak2-Jun-05 7:15 
GeneralInvokeMember problem Pin
Eirik Hoem1-Jun-05 11:44
sussEirik Hoem1-Jun-05 11:44 
I have a problem using InvokeMember.

When calling the method I have:
t.InvokeMember(widget.InitMethod, BindingFlags.DeclaredOnly |BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.InvokeMethod, null, newWidget, widget.Parameters);

Info on vars:
newWidget is a object of the class WSlider. WSlider has a method called InitSlider(int,int,int).
widget.Parameters is a object array which holds 3 int values. widget.InitMethod holds "InitSlider".


Now, this just throws me a MissingMethodException. It works fine with one parameter, but as soon as I add more it crashes. Anyone got a clue on this?
GeneralRe: InvokeMember problem *Solved* Pin
Anonymous1-Jun-05 13:18
Anonymous1-Jun-05 13:18 
GeneralRe: InvokeMember problem *Un-Solved* Pin
Eirik Hoem1-Jun-05 14:21
sussEirik Hoem1-Jun-05 14:21 
GeneralRe: InvokeMember problem Pin
S. Senthil Kumar2-Jun-05 2:37
S. Senthil Kumar2-Jun-05 2:37 
GeneralRe: InvokeMember problem Pin
eirikhm4-Jun-05 4:38
eirikhm4-Jun-05 4:38 
QuestionAllowing http redirections?? Pin
Jason Manfield1-Jun-05 10:02
Jason Manfield1-Jun-05 10:02 
GeneralCheck see if record exists in Database Pin
epfuller1-Jun-05 9:49
epfuller1-Jun-05 9:49 
GeneralRe: Check see if record exists in Database Pin
MoustafaS1-Jun-05 10:00
MoustafaS1-Jun-05 10:00 
GeneralDetecting if a doubleclick is on an item or in the empty space of a listbox Pin
Dan Neely1-Jun-05 9:17
Dan Neely1-Jun-05 9:17 
GeneralRe: Detecting if a doubleclick is on an item or in the empty space of a listbox Pin
Robert Rohde1-Jun-05 10:55
Robert Rohde1-Jun-05 10:55 
GeneralRe: Detecting if a doubleclick is on an item or in the empty space of a listbox Pin
Dan Neely3-Jun-05 2:16
Dan Neely3-Jun-05 2:16 
GeneralC# com addin for PowerPoint Pin
JonasSyrstad1-Jun-05 9:11
JonasSyrstad1-Jun-05 9:11 
GeneralStarting the application with windows startup Pin
Mohamed El Gohary1-Jun-05 8:44
Mohamed El Gohary1-Jun-05 8:44 
GeneralRe: Starting the application with windows startup Pin
JonasSyrstad1-Jun-05 9:23
JonasSyrstad1-Jun-05 9:23 
QuestionHow to bold the dates Pin
pakFari1-Jun-05 8:35
pakFari1-Jun-05 8:35 
AnswerRe: How to bold the dates Pin
Robert Rohde1-Jun-05 10:59
Robert Rohde1-Jun-05 10:59 
GeneralSchema and OdbcConnection Pin
PaleyX1-Jun-05 7:57
PaleyX1-Jun-05 7:57 
GeneralRe: Schema and OdbcConnection Pin
PaleyX1-Jun-05 11:56
PaleyX1-Jun-05 11:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.