N
Nikolas via .NET 247
Hello All,
I am trying to start some processes from a VB.NET applicationwindow.
BUT; I dont want to hardwire the filenames by using the wholepathname of the .exe eg:
Shell(c:\windows\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:\programFiles" 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.
I am trying to start some processes from a VB.NET applicationwindow.
BUT; I dont want to hardwire the filenames by using the wholepathname of the .exe eg:
Shell(c:\windows\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:\programFiles" 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.