Thanks and cheers. Btw who is that on skype? One of K-relay devs?
Originally Posted by bluuman
Thanks and cheers. Btw who is that on skype? One of K-relay devs?
KrazyShank, the project creator, thus the name K-Relay.
Could I ask what this does?
Originally Posted by Ace's Sheep
Could I ask what this does?
The example code he posted shows how to hook into a specific window and capture they keypress event.
Im not very good with C#, but in C++ i use to use RegisterHotKey to create global hotkeys essentially (as the function's name implies). A quick google search shows that C# also has this function in it, so that might be another possible route to hook keys.
Originally Posted by toddddd
A quick google search shows that C# also has this function in it, so that might be another possible route to hook keys.
C# loads it from the dll user32. It's not built-in. But that doesn't change the functionality, it works just like in C++.
Ok so this is how you run a program at background? (Just asking. Gathered all information from thread that I could understand/get)
It will be added back in the new version of k relay
Originally Posted by krazyshank
It will be added back in the new version of k relay
Awesome, thanks my dude.
Originally Posted by krazyshank
It will be added back in the new version of k relay
Damn nice man! Cant wait for it!
Originally Posted by krazyshank
It will be added back in the new version of k relay
When do you think the previews will be out? Great job doing what you do :P