(04-27-2013, 02:03 AM)i0xIllusi0n Wrote: Keep it to myself?
Yeah, I'll keep real knowledge to myself <3 That's some real help right there.
I don't care what you say, especially since you're just some random person on a hacking forum. Personal friends of mine have ALL said it was invoke. Go ahead and keep trying to tell me it isn't ![Smile Smile](https://sinister.ly/images/smilies/set/smile.png)
I don't have to tell you, if you had any ambition of learning you'd go out and see what it really means and why what you think is invoking, is not. You couldn't even do that when I provided you the evidence supporting why that is so, effectively helping you skip that step of having to find the information on your own. If they all say it is, then they are all just jokes like you. You and your group of friends will go nowhere in programming as you're obviously somehow getting wrong information, and are too stubborn to believe that it is not reliable information (even when proof is handed to you).
Where did they ever get the notion that invoking is what you say it is? Trace it back, I bet you where it originated, was in a place called "imagination", or was taken from a misunderstood page of text that one of your friends couldn't comprehend for what invoking means in the world of programming.
I'm done with you though, you're hopeless... And the best thing you did for this thread was continue a losing battle, with no "serious" help truly given towards OP. It's a waste of time for anyone listening to what you say for the fact that you don't give out accurate information, and also a waste of time trying to show you where that false information exists in your posts, therefore perhaps it would be better to avoid your posts altogether... And that would be my advice to anybody else.
Ironically, for the group that you have as your display, the requirement is a willingness to learn, and you show that you do not have it, because you don't accept changing your ways regardless of what other people say.
@OP - For registering system wide hotkeys:
RegisterHotKey function -
http://msdn.microsoft.com/en-us/library/...85%29.aspx
UnregisterHotKey function -
http://msdn.microsoft.com/en-us/library/...85%29.aspx
If you go with a keyboard hook, you can achieve that through these functions:
-
SetWindowsHookEx
-
UnhookWindowsHookEx
-
CallNextHookEx
-
GetModuleHandle