Hello All,
I am trying to start some processes from a VB.NET applicationwind ow.
BUT; I dont want to hardwire the filenames by using the wholepathname of the .exe eg:
Shell(c:\window s\calc.exe"). The reason being that I want theapplication to be universal and not to rely on the user havingthe .EXEs installed in any specific folder even if this is arather simple "c:\programFile s" etc. Well, so far so good had Iwant to start windows applications such as notepad orcalculator. Can I use process.start (yes I know I have to useprocessInfo) with any .exe I like installed anywhere in the harddrive? And if not how do I star processes without hardwiringthem in my application?
Greatfull in advance.
--------------------------------
From: Nikolas
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>lBEQsNX41kW E/GTMUHWWLA==</Id>
I am trying to start some processes from a VB.NET applicationwind ow.
BUT; I dont want to hardwire the filenames by using the wholepathname of the .exe eg:
Shell(c:\window s\calc.exe"). The reason being that I want theapplication to be universal and not to rely on the user havingthe .EXEs installed in any specific folder even if this is arather simple "c:\programFile s" etc. Well, so far so good had Iwant to start windows applications such as notepad orcalculator. Can I use process.start (yes I know I have to useprocessInfo) with any .exe I like installed anywhere in the harddrive? And if not how do I star processes without hardwiringthem in my application?
Greatfull in advance.
--------------------------------
From: Nikolas
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>lBEQsNX41kW E/GTMUHWWLA==</Id>
Comment