M
Marc Ambrosius
Hi,
how can I terminate an (.NET CF) application from another one? My
application runs and I send a WM_CLOSE via PostMessage. It disappears from
screen but remains in memory. Afterwards I try to check if it still runs by
calling FindWindow. But this function never returns. Calling
TerminateProcess doesn't affect my application. Using Windows CE Remote
Process Viewer terminating succeeds. Is there any way to do the same thing
(without changing the application)?
Thanks in advance
Marc
how can I terminate an (.NET CF) application from another one? My
application runs and I send a WM_CLOSE via PostMessage. It disappears from
screen but remains in memory. Afterwards I try to check if it still runs by
calling FindWindow. But this function never returns. Calling
TerminateProcess doesn't affect my application. Using Windows CE Remote
Process Viewer terminating succeeds. Is there any way to do the same thing
(without changing the application)?
Thanks in advance
Marc