Log in

View Full Version : Programming help



YounGNReckLess
10-03-2010, 04:25 AM
Ok hello if any GOOD ProGrammer could help me with this.
Ok i didn't want to post this in programming section i looked there and it looked like it didn't belong there.Any way's i understand the language of c++ and all that stuff,I'm in the middle of a program and like i wanted to know how to add like a button and when you click into that certain button it does a action example:Holding shift and d witch makes "D"
If any one can help me with this thanks it would help me out ALOT!

WhoIsYou
10-03-2010, 06:48 PM
Look up GetKeyState and GetAsyncKeystate or some shit (don't really know C++).
Should let you add hotkeys.

YounGNReckLess
10-03-2010, 09:57 PM
Look up GetKeyState and GetAsyncKeystate or some shit (don't really know C++).
Should let you add hotkeys.

Thanks so much :)

WhoIsYou
10-04-2010, 12:31 AM
=]]]

YounGNReckLess
10-05-2010, 06:40 PM
How do you had certain hot keys for a certain pc game i think it's a flash game.Like holding crtl shit and p or something like that?