I'm using VB.NET (2003) -
I want to run a .exe file from my application. This application is for smartdevice. The shell function is not working in smartdevice applications.
Is there any way?
Best Regards
Mohamed Faisel
Printable View
I'm using VB.NET (2003) -
I want to run a .exe file from my application. This application is for smartdevice. The shell function is not working in smartdevice applications.
Is there any way?
Best Regards
Mohamed Faisel
Hi,
you can use opennetcf (www.opennetcf.org - version 1.4), or use the API CreateProcess.
Search these forums for CreateProcess as there are some samples
Pete