|
-
November 24th, 1999, 07:58 AM
#1
Shortcut Keys for inActive application
I have a VB GUI application which has some short cut keys for accessing controls . I want my application to detect these short cut key when my application is inactive ( Window is in minimized form).
Please help me a way in finding it in VB6.0
Thanks inadvance.
-
November 24th, 1999, 12:09 PM
#2
Re: Shortcut Keys for inActive application
The only way I can think of is to register a system wide hotkey - so that no matter what state your app is in when the user presses the key combination the event fires.
Surf to:
http://www.planet-source-code.com/vb...txtCodeId=2358
and
http://www.planet-source-code.com/vb...txtCodeId=2358
for some examples.
regards,
psiclone
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
|