Author |
Topic |
|
rbhalla
13 Posts |
Posted - 05 Jun 2002 : 13:56:43
|
I create a exe but it does not show up in the task manager - ? How do I kill it. It shows up as a process in the remote process manager on my desktop (talking via activesync) but not the GCPlus.
|
|
ctacke
877 Posts |
Posted - 05 Jun 2002 : 14:27:29
|
The CE Task Manager does not show processes that are windowless. Does your app have a Window?
----------------- Chris Tacke, eMVP Applied Data Support |
 |
|
rbhalla
13 Posts |
Posted - 05 Jun 2002 : 14:28:29
|
No. So how do I kill it? |
 |
|
ctacke
877 Posts |
Posted - 05 Jun 2002 : 14:33:58
|
I typically use the Remote Process Viewer tool and kill it from there. Select the process and click the red "X" button on the toolbar.
----------------- Chris Tacke, eMVP Applied Data Support |
 |
|
rbhalla
13 Posts |
Posted - 05 Jun 2002 : 14:36:24
|
But how would you kill a windowless process in a standalone GCPlus. Are you saying you can't? Raj |
 |
|
ctacke
877 Posts |
Posted - 05 Jun 2002 : 14:40:27
|
If your process has no UI at all, you would have to create your own application that would find the process and kill it. To simplify things you could have your process record its process ID somewhere (like the registry maybe?) so you don't have to determine it at run-time.
You might also consider looking for some specific event in your process that would signal it to shut down.
----------------- Chris Tacke, eMVP Applied Data Support |
 |
|
|
Topic |
|