Click here to Skip to main content
15,891,607 members

Comments by CodyDaemon (Top 8 by date)

CodyDaemon 26-Feb-11 9:20am View    
I am aware of that, I was just saying that was all.
CodyDaemon 25-Feb-11 10:31am View    
Well for a project I am doing, I am using a LL hook so I can have global hot keys that use another key as there meta key. i.e Using 'Home' + {Something} as the hotkey combo, but then translating the VK codes into the char code so I know that the key was the letter/number I want. ie. To catch Home+2.
CodyDaemon 25-Feb-11 10:31am View    
Deleted
Well for a project I am doing, I am using a LL hook so I can have global hot keys that use another key as there meta key. i.e Using 'Home' + {Something} as the hotkey combo, but then translating the VK codes into the char code so I know that the key was the letter/number I want. ie. To catch Home+2.
CodyDaemon 25-Feb-11 7:30am View    
Since the guy had written a LL keyboard hook, I assumed he wanted a solution that worked at that level. I agree that if they does need what using a hook gives him (global capture for example) then they should just drop back to WM_CHAR (and it friends) messages. Since they are the far easier way of dealing with the chars.
CodyDaemon 24-Feb-11 6:27am View    
I am not sure what you are trying to do, but if you just want to log the special keys then you can just use your fav. string/list class and just append it to the string/list.