Click here to Skip to main content
15,907,906 members
Home / Discussions / C#
   

C#

 
GeneralWhere could I get C# language ? please Pin
Ho Van Tron11-Jun-01 20:46
Ho Van Tron11-Jun-01 20:46 
GeneralRe: Where could I get C# language ? please Pin
markkuk11-Jun-01 21:38
markkuk11-Jun-01 21:38 
GeneralHard ware requirement for VS IDE Pin
vrajesh shah11-Jun-01 19:13
vrajesh shah11-Jun-01 19:13 
GeneralRe: Hard ware requirement for VS IDE Pin
markkuk11-Jun-01 21:42
markkuk11-Jun-01 21:42 
GeneralRe: Hard ware requirement for VS IDE Pin
Eric Gunnerson (msft)12-Jun-01 13:19
Eric Gunnerson (msft)12-Jun-01 13:19 
Generalinitialization/startup/config info in C# Pin
9-Jun-01 21:40
suss9-Jun-01 21:40 
Generalpointers to member functions Pin
sukesh5-Jun-01 6:11
sukesh5-Jun-01 6:11 
GeneralRe: pointers to member functions Pin
Eric Gunnerson (msft)6-Jun-01 13:27
Eric Gunnerson (msft)6-Jun-01 13:27 
If you need to be totally free-form in your functions, you'll want to use reflection to call the functions. Type.InvokeMember will probably do what you want, but be warned that it's fairly slow, as it has to do a lot of work to figure out what function you want to call.

If your problem has enough regularity in the number and types of parameters, you could write a delegate for each function type, store those in a hashtable, and then look them up based on the function name. This would be a lot faster than using reflection, but more work.
GeneralC# editor or devlopment environment Pin
4-Jun-01 22:35
suss4-Jun-01 22:35 
GeneralRe: C# editor or devlopment environment Pin
AndyG5-Jun-01 4:36
AndyG5-Jun-01 4:36 
GeneralMenu Handler in MDI Child Pin
peterchen29-May-01 21:19
peterchen29-May-01 21:19 
GeneralOwnerDraw Menu Pin
Tran Hoang Chuong28-May-01 2:19
Tran Hoang Chuong28-May-01 2:19 
GeneralRe: OwnerDraw Menu Pin
Dave Kreskowiak13-Jun-05 10:56
mveDave Kreskowiak13-Jun-05 10:56 
GeneralFree Membership Pin
Satish Talim27-May-01 17:11
Satish Talim27-May-01 17:11 
GeneralRe: Free Membership Pin
30-May-01 22:51
suss30-May-01 22:51 
GeneralRe: Free Membership Pin
Nikhil Dabas31-May-01 8:32
Nikhil Dabas31-May-01 8:32 
GeneralRe: Free Membership Pin
Dave Kreskowiak13-Jun-05 10:55
mveDave Kreskowiak13-Jun-05 10:55 
GeneralI dont know a thing about programming and I need HELP! Pin
Gary26-May-01 11:01
Gary26-May-01 11:01 
GeneralRe: I dont know a thing about programming and I need HELP! Pin
26-May-01 14:08
suss26-May-01 14:08 
GeneralRe: I dont know a thing about programming and I need HELP! Pin
Gary27-May-01 7:38
Gary27-May-01 7:38 
GeneralRe: I dont know a thing about programming and I need HELP! Pin
Nikhil Dabas31-May-01 8:35
Nikhil Dabas31-May-01 8:35 
GeneralRe: I dont know a thing about programming and I need HELP! Pin
Gary1-Jun-01 17:00
Gary1-Jun-01 17:00 
GeneralRe: I dont know a thing about programming and I need HELP! Pin
Michael P Butler3-Jun-01 22:29
Michael P Butler3-Jun-01 22:29 
GeneralRe: I dont know a thing about programming and I need HELP! Pin
Dave Kreskowiak13-Jun-05 10:52
mveDave Kreskowiak13-Jun-05 10:52 
GeneralRe: I dont know a thing about programming and I need HELP! Pin
Goalie356-Sep-06 10:08
Goalie356-Sep-06 10:08 

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.