PDA

Click to See Complete Forum and Search --> : launching external program


ahzar
Aug 12th, 2007, 10:24 PM
how to launch external program from vb.net application compact framework.i'm using vs2003.

petevick
Aug 13th, 2007, 01:28 AM
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