Hi,

We can register a hot key using RegisterHotKey which [fails if the
keystrokes specified for the hot key have already been registered by
another hot key. The UnregisterHotKey function frees a hot key
previously registered by the calling thread. MSDN].

My question is how can I know registered hotkeys, so I do not display
them to prevent usest selecting already registered hotkeys? (I want to
fill combo box with the available combinations )

The only appreoch in my mind is by looping through all available
combinations and testing RegisterHotKey/UnregisterHotKey  to see which
return false! Do you have better technique?

Thank you for your help.

Monir





-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]




SPONSORED LINKS
C programming language Computer programming languages Java programming language
The c programming language C programming language Concept of programming language


YAHOO! GROUPS LINKS




Reply via email to