Click here to Skip to main content
15,889,266 members
Home / Discussions / C#
   

C#

 
GeneralWindows API callsin C# Pin
gaurav_geek12-Aug-04 0:41
gaurav_geek12-Aug-04 0:41 
GeneralRe: Windows API callsin C# Pin
Jay Shankar12-Aug-04 1:14
Jay Shankar12-Aug-04 1:14 
GeneralRe: Windows API callsin C# Pin
gaurav_geek12-Aug-04 2:43
gaurav_geek12-Aug-04 2:43 
GeneralRe: Windows API callsin C# Pin
Stefan Troschuetz12-Aug-04 5:32
Stefan Troschuetz12-Aug-04 5:32 
QuestionCan I p/Invoke "FindWindowEx" function in compact framework project in pocket PC? Pin
ting66811-Aug-04 23:50
ting66811-Aug-04 23:50 
Generalq: grabbing frames from a webcam Pin
yoaz11-Aug-04 23:36
yoaz11-Aug-04 23:36 
Questionhow do I get the classname? Pin
Stephan Wright11-Aug-04 23:04
Stephan Wright11-Aug-04 23:04 
AnswerRe: how do I get the classname? Pin
Norman-Timo12-Aug-04 2:28
Norman-Timo12-Aug-04 2:28 
This would work with following solution!

Something like that should return your class name:

Type myClassType = this.GetType();
string appName = myClassType.Name; // returns Class Name

Or you use:

string appFullName = myClassType.FullName; // returns Class Name with namespace etc...

Hope this is working.

With greetings
Norman-Timo
GeneralRe: how do I get the classname? Pin
Stephan Wright12-Aug-04 3:05
Stephan Wright12-Aug-04 3:05 
General"Depth Of Field" Sample in C#/VB.NET Pin
Stanimir_Stoyanov11-Aug-04 22:23
Stanimir_Stoyanov11-Aug-04 22:23 
GeneralDon't think this is for "screw" my machine Pin
sreejith ss nair11-Aug-04 21:28
sreejith ss nair11-Aug-04 21:28 
GeneralRe: Don't think this is for "screw" my machine Pin
Norman-Timo12-Aug-04 2:33
Norman-Timo12-Aug-04 2:33 
GeneralRe: Don't think this is for "screw" my machine Pin
sreejith ss nair12-Aug-04 2:46
sreejith ss nair12-Aug-04 2:46 
GeneralRe: Don't think this is for "screw" my machine Pin
Dave Kreskowiak12-Aug-04 6:08
mveDave Kreskowiak12-Aug-04 6:08 
QuestionCan C# register my own windows message Like VC++ do? Pin
fu011-Aug-04 21:27
fu011-Aug-04 21:27 
AnswerRe: Can C# register my own windows message Like VC++ do? Pin
DRVoodoo12-Aug-04 19:53
DRVoodoo12-Aug-04 19:53 
GeneralRe: Can C# register my own windows message Like VC++ do? Pin
fu015-Aug-04 2:12
fu015-Aug-04 2:12 
Generalreceiving signal from parallel port Pin
gkhnyldrm11-Aug-04 21:04
gkhnyldrm11-Aug-04 21:04 
Generalwrite IO.Stream to a file Pin
pushpi11-Aug-04 20:49
pushpi11-Aug-04 20:49 
GeneralRe: write IO.Stream to a file Pin
ChrisAdams12-Aug-04 0:03
ChrisAdams12-Aug-04 0:03 
GeneralMessaging with HTTP support Pin
Aryadip11-Aug-04 20:22
Aryadip11-Aug-04 20:22 
GeneralSystem.Globalization - Chinese Translation Pin
KKCodePro11-Aug-04 20:16
KKCodePro11-Aug-04 20:16 
GeneralRe: System.Globalization - Chinese Translation Pin
Jay Shankar11-Aug-04 21:02
Jay Shankar11-Aug-04 21:02 
GeneralRe: System.Globalization - Chinese Translation Pin
Jay Shankar11-Aug-04 22:39
Jay Shankar11-Aug-04 22:39 
GeneralRe: System.Globalization - Chinese Translation Pin
Colin Angus Mackay11-Aug-04 22:58
Colin Angus Mackay11-Aug-04 22:58 

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.