How can I launch a application using C#?
Requirements: MUST work on XP and VISTA?
I have seen a sample from DinnerNow.net sampler that only works in vista?
|
3
|
How can I launch a application using C#? Requirements: MUST work on XP and VISTA? I have seen a sample from DinnerNow.net sampler that only works in vista?
|
|||
|
|
|
|
Use Check out this article on how to use it. |
||
|
|
|
|
|
||
|
|
|
|
Here's a snippet of helpful code:
There is much more you can do with these objects, you should read the documentation: ProcessStartInfo, Process. |
||
|
|
|
|
Additionally you will want to use the Environment Variables for your paths if at all possible: http://en.wikipedia.org/wiki/Environment_variable#Default_Values_on_Microsoft_Windows E.G.
There are many more check out the link for a longer list. |
||
|
|
|
|
|
||
|
|