|
-
Nov 3rd, 1999, 04:08 AM
#1
Thread Starter
Hyperactive Member
Is it possible to make a program listen to a special keycombination while it is running in the background. Say something like ctrl+shift+Alt+z will trigger some event while no form has focus...
-
Nov 3rd, 1999, 04:15 AM
#2
Sounds like you want a HotKey, check out This Post I made Yesterday on the Same Topic.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
-
Nov 3rd, 1999, 04:32 PM
#3
Thread Starter
Hyperactive Member
Thanx for that post...
Public Const MOD_ALT = &H1
Public Const MOD_CONTROL = &H2
How can I add support for SHIFT. Where can I find that
-
Nov 3rd, 1999, 07:54 PM
#4
New Member
Public Const MOD_SHIFT = &H4
Look at API Text Viewer in MS Visual Studio
6.0 Tools.
Good luck.
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
|