Executing Another Windows Process
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have a C# Windows Forms app, and I want to launch a whole separate application (another .exe file) when the user clicks a button. What class and method do I use? It should work just like Start -> Run on the Windows Task Bar. Thanks, Mark
-
I have a C# Windows Forms app, and I want to launch a whole separate application (another .exe file) when the user clicks a button. What class and method do I use? It should work just like Start -> Run on the Windows Task Bar. Thanks, Mark