/ Published in: C#
URL: http://www.neowin.net/forum/index.php?showtopic=480752
Expand |
Embed | Plain Text
Application.ProductName; // Product name of the 'EXE' (not! necessary the name of the 'EXE' file), as seen in Explorer's property window Path.GetFileName(Application.ExecutablePath); // Name of the 'EXE' file System.Reflection.Assembly.GetExecutingAssembly(); // Non-forms-based
You need to login to post a comment.
