|
About Hot-Key Control Messages
After creating a hot-key control, an application interacts with it by using
three messages: HKM_SETRULES, HKM_SETHOTKEY, and HKM_GETHOTKEY.
An application can send the HKM_SETRULES message to specify a set of CTRL, ALT, and SHIFT key combinations that are considered invalid hot keys. If the application
specifies an invalid key combination, it should also specify a default modifier
combination to use when the user selects the invalid combination. When the user
enters the invalid combination, the system performs a logical-OR operation on
the invalid combination entered by the user and the default combination. The
result is considered a valid combination; it is converted to a string and displayed
in the control.
The HKM_SETHOTKEY message allows an application to set the hot key combination for a hot-key
control. This message is also typically used when the hot-key control is created.
Applications use the HKM_GETHOTKEY message to retrieve the virtual-key code and modifier flags of the hot key
chosen by the user of a hot-key control.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|