|
-
November 5th, 1999, 07:11 PM
#1
is it possible to receive the event even if focus is not on my app?
Hi,
I'm trying to close my application by pressing some key while my app is not on focus. Is there any way how I can achieve this?
Any help will be appreciated.
Thanks,
Don
-
November 8th, 1999, 08:50 AM
#2
Re: is it possible to receive the event even if focus is not on my app?
I doubt, but it is possible if your application is memory resident like any anti-virus application. Do not know how to code, reply to me if you get one.
Rajesh Channi
http://channi.cjb.net
[email protected]_
-
November 8th, 1999, 09:03 AM
#3
Re: is it possible to receive the event even if focus is not on my app?
you could create a desktop shortcut for another small app and assign a key combination to that app. This small app could use FindWindow to find your app and post a WM_CLOSE message to your window...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|