shell

  • Thread starter Thread starter mgarner1980
  • Start date Start date
M

mgarner1980

What is the "best" way (or some ways) to open another application (like the
notes editor on the pocketpc) from within my application?
 
You can P/Invoke CreateProcess or ShellExecuteEx API functions, or use the
ready-made Process class in the Smart Device Framework
(www.opennetcf.org/sdf/) For VB.NET developers there is also a Shell
function in the OpenNETCF.VisualBasic library included in the SDF.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
thanks.....got th e pinvoke to work for me in vb.net. Does anybody know how
to create new note or voice recording this way?

I have an utility that lets me run a "dos" type command line and I couldn't
figure out what to enter to create a new file. Anybody know of a listing of
the exe's on the pocketpc and theri command line parameters?

Thanks again!
 
Back
Top