I'm having a little problem with the method CF uses to close an external app. Looks like CF uses 2 method's to close an external app.
1. It sends a WM_CLOSE message to the window (normal application shutdown)
2. It just kills the process (forced application shutdown)
Now i can't figure out when CF uses one of these methods, can anyone tell me if there's a perticular strategy CF trys to close an app (looking @ veetid

)?