Remove Application from pocket PC via .net CF

T

tkeilhol

Hi,

how can i remove application from pocket pc or execute a
program (winodws\unload.exe) via .net cf.

Thanks
 
P

Peter Foot [MVP]

You'll need to P/Invoke CreateProcess - e.g. use OpenNETCF.WinAPI
(www.opennetcf.org/winapi.asp). Pass the application name (as defined in the
registry) to unload to remove the application e.g.

OpenNETCF.WinAPI.Core.CreateProcess("unload.exe","MyApplication")

Peter
 

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