From: LightStamp on 4 Mar 2010 09:49 I've inherited an application that relies on an application named AppHandler which apparently relies on OpenNETCF.dll 400kb It's used to "kill" any running program. It is used in conjunction with mRAPI.CreateProcess("\AppHandler","Kill MxEnvelope.exe") Isn't there a better way to kill as application programmatically or is there a smaller OpenNETCF library I can use rather than this 400KB gorilla?
From: Chris Tacke, MVP on 4 Mar 2010 11:39 Send the app WM_CLOSE and if it doesn't die call KillProcess. They're likely using the toolhelp stuff in the SDF to do that. -- Chris Tacke, Embedded MVP OpenNETCF Consulting Giving back to the embedded community http://community.OpenNETCF.com "LightStamp" <harry.simpson(a)mapcoexpress.net> wrote in message news:%23mcQRn6uKHA.5036(a)TK2MSFTNGP02.phx.gbl... > I've inherited an application that relies on an application named > AppHandler which apparently relies on OpenNETCF.dll 400kb > > It's used to "kill" any running program. > > > It is used in conjunction with mRAPI.CreateProcess("\AppHandler","Kill > MxEnvelope.exe") > Isn't there a better way to kill as application programmatically or is > there a smaller OpenNETCF library I can use rather than this 400KB > gorilla? >
|
Pages: 1 Prev: Deploying CF 2.0 files on WCE 5.0 device Next: Please help with plug-in |