Friday, April 8, 2011

How to get the path to my running EXE in C#.Net?


The Application class has a static member ExecutablePath that has this information.

string exepath= Application.ExecutablePath; 
 
System.Reflection.Assembly.GetExecutingAssembly().Location
 
How to make Task Manager in C#.Net?
 
How to earn Money Online?

No comments:

Post a Comment