/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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
URL: http://www.neowin.net/forum/index.php?showtopic=480752