G Guest Jun 30, 2005 #2 Use Assembly.GetExecutingAssembly http://msdn.microsoft.com/library/d...ionassemblyclassgetexecutingassemblytopic.asp HTH, Jakob.
Use Assembly.GetExecutingAssembly http://msdn.microsoft.com/library/d...ionassemblyclassgetexecutingassemblytopic.asp HTH, Jakob.
M Mona Jun 30, 2005 #3 Hi Stingray, You can use Application.ExecutablePath. It'll return the path along with the name of the exe. Application object gives almost all the information about the EXE. Thanks Mona[Grapecity]
Hi Stingray, You can use Application.ExecutablePath. It'll return the path along with the name of the exe. Application object gives almost all the information about the EXE. Thanks Mona[Grapecity]