Click to See Complete Forum and Search --> : special keypress event ??
Inhumanoid
Nov 3rd, 1999, 03:08 AM
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...
Aaron Young
Nov 3rd, 1999, 03:15 AM
Sounds like you want a HotKey, check out This Post (http://www.vb-world.net/ubb/Forum1/HTML/009824.html) I made Yesterday on the Same Topic.
------------------
Aaron Young
Analyst Programmer
aarony@redwingsoftware.com
adyoung@win.bright.net
Inhumanoid
Nov 3rd, 1999, 03:32 PM
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
Vova
Nov 3rd, 1999, 06:54 PM
Public Const MOD_SHIFT = &H4
Look at API Text Viewer in MS Visual Studio
6.0 Tools.
Good luck.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.