Using shell execute?

D

dave m

I had been able to launch an application and have my app. wait until the
called application closed in VS2003 using OpenNetCF, such as:
intTaskID = Shell("\program files\camera.exe", AppWinStyle.MinimizedFocus,
True, 20)

That functionallity seems to be gone in OpenNetCF 2.0. Does anyone have
any ideas how I can accomplish this in VS2005 (vb.net)?
 
P

Paul G. Tobey [eMVP]

When it's no longer in OpenNETCF 2.0, that's because it's in .NET CF 2.0, so
you should look in the MS help. System.Diagnostics.Process, I think.

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top