c# execute file help
C#
3
Posts
2
Posters
0
Views
1
Watching
-
In c and c++, i can use the shell function UINT WinExec( LPCSTR lpCmdLine, UINT uCmdShow ); to execute an application, open files and even open URL is there an equivalent method i can use in .NET for c# that i can use?
-
In c and c++, i can use the shell function UINT WinExec( LPCSTR lpCmdLine, UINT uCmdShow ); to execute an application, open files and even open URL is there an equivalent method i can use in .NET for c# that i can use?
-
hey, thanks very much