Click here to Skip to main content
15,913,587 members
Home / Discussions / C#
   

C#

 
GeneralRe: Catching event before file opens Pin
Dave Kreskowiak15-May-05 5:51
mveDave Kreskowiak15-May-05 5:51 
GeneralPerformanceCounter Problem Pin
Zishan Haider14-May-05 3:23
Zishan Haider14-May-05 3:23 
GeneralDatabase WebService Pin
Yeast2714-May-05 2:49
Yeast2714-May-05 2:49 
GeneralRe: Database WebService Pin
Zishan Haider14-May-05 3:25
Zishan Haider14-May-05 3:25 
GeneralRe: Database WebService Pin
Roger Wright14-May-05 3:30
professionalRoger Wright14-May-05 3:30 
Generalclasses programing Pin
eng.mohamed14-May-05 0:29
eng.mohamed14-May-05 0:29 
GeneralRe: classes programing Pin
Colin Angus Mackay14-May-05 0:42
Colin Angus Mackay14-May-05 0:42 
GeneralRe: classes programing Pin
snouto14-May-05 7:45
snouto14-May-05 7:45 
GeneralC# Interop with C++ classes Pin
Julien Delezenne13-May-05 17:20
Julien Delezenne13-May-05 17:20 
GeneralReference 64bit COM Object from C# Pin
Phan Chau13-May-05 11:39
Phan Chau13-May-05 11:39 
Generalnewbie question Pin
Tom Wright13-May-05 10:58
Tom Wright13-May-05 10:58 
GeneralRe: newbie question Pin
Tom Wright13-May-05 11:44
Tom Wright13-May-05 11:44 
GeneralRe: newbie question Pin
Kevin McFarlane13-May-05 12:02
Kevin McFarlane13-May-05 12:02 
GeneralRe: newbie question Pin
Utku KAYA13-May-05 12:33
Utku KAYA13-May-05 12:33 
If you want to call the GetNics() method in the class it beongs to, you just call it as GetNics() , if you call it outside the class you have to create an instance of the owner class and then call it as 'instanceNameHere.GetNics()'

For only static methods you can use ClassNameHere.MethodNameHere()

Good luck.




GeneralRe: newbie question Pin
Tom Wright14-May-05 7:17
Tom Wright14-May-05 7:17 
GeneralRe: newbie question Pin
Polis Pilavas14-May-05 8:21
Polis Pilavas14-May-05 8:21 
GeneralRe: newbie question Pin
leppie14-May-05 11:02
leppie14-May-05 11:02 
GeneralRe: newbie question Pin
Tom Wright16-May-05 4:56
Tom Wright16-May-05 4:56 
GeneralOn Use Connection or DataSet Pin
yahyacis13-May-05 8:43
yahyacis13-May-05 8:43 
GeneralRe: On Use Connection or DataSet Pin
MoustafaS13-May-05 9:10
MoustafaS13-May-05 9:10 
Generalmultiple forms problems in C# Pin
13-May-05 8:30
suss13-May-05 8:30 
GeneralRe: multiple forms problems in C# Pin
Dave Kreskowiak13-May-05 8:48
mveDave Kreskowiak13-May-05 8:48 
GeneralRe: multiple forms problems in C# Pin
13-May-05 9:40
suss13-May-05 9:40 
GeneralRe: multiple forms problems in C# Pin
Anonymous13-May-05 10:24
Anonymous13-May-05 10:24 
GeneralValidating Pin
edokt13-May-05 7:53
edokt13-May-05 7:53 

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.