Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~529 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for Tigran

Hi, I'm not sure if you've solved this problem or not but getting keyboard input in a Windows Forms application is very straightforward, the event handlers are right there on the form itself. Maybe you can give some more detail about which part exactly you're finding difficult? What I do …

Member Avatar for Tigran
0
404
Member Avatar for GDICommander

I strongly suggest using DirectInput for this sort of keyboard handling, it vastly simplifies the handling of multiple keypresses and can be easily implemented using the message processing model you have mentioned below. There are many examples on Microsoft's website on how to use DirectInput, in particular I recommend downloading …

Member Avatar for Taurusk
0
125

The End.