S Stephen Edgecombe Nov 26, 2003 #1 Is there any way to find out the properties (name, path and so on of the program currently ruuning from within the program?
Is there any way to find out the properties (name, path and so on of the program currently ruuning from within the program?
O One Handed Man Nov 26, 2003 #2 Check Out the Application Class Properties. IE MessageBox.Show(Application.ProductName) Regards - OHM
Check Out the Application Class Properties. IE MessageBox.Show(Application.ProductName) Regards - OHM
H Herfried K. Wagner [MVP] Nov 26, 2003 #3 * "Stephen Edgecombe said: Is there any way to find out the properties (name, path and so on of the program currently ruuning from within the program? Click to expand... Have a look at the members of the 'Application' class.
* "Stephen Edgecombe said: Is there any way to find out the properties (name, path and so on of the program currently ruuning from within the program? Click to expand... Have a look at the members of the 'Application' class.
S Stephen Edgecombe Nov 30, 2003 #4 Thanks That works OK for a Windows application because the Application Class is in the System.Windows.Forms namespace. What about non-windows applications, lig Console and Web Service applications? Steve
Thanks That works OK for a Windows application because the Application Class is in the System.Windows.Forms namespace. What about non-windows applications, lig Console and Web Service applications? Steve