No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Re: 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 … | |
Re: 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 … |
The End.