09-29-2006, 09:10 AM
Can be used atend, or destructor, but exe does not know that it ends due to hotkey. Destructor or function registered by atend can run max 100 ms after hotkey is pressed.
You can use alternative hotkey. Start new thread (mac) with hidden dialog and use RegisterHotKey and WM_HOTKEY. Then you'll have full control.
You can use alternative hotkey. Start new thread (mac) with hidden dialog and use RegisterHotKey and WM_HOTKEY. Then you'll have full control.
