how to launch external program from vb.net application compact framework.i'm using vs2003.
Printable View
how to launch external program from vb.net application compact framework.i'm using vs2003.
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