Scanning arrow keys from keyboard.
I'm building this windows forms application in visual c++ 2010, where in i want to control my robot's movement(via COM port) through arrow keys. I'm pretty new to visual c++, i've managed to control it by click, but wasn't quite successful implementing the arrow keys. I did check out the msdn forums, but all it did was confuse me. I hope you guys could help me out.
Thanks in advance.
Re: Scanning arrow keys from keyboard.
Windows Forms isn't discussed on the forum section here which is more about MFC. Instead it's discussed in the C++/CLI section: http://forums.codeguru.com/forumdisp...ed-C-and-C-CLI Please repost there and I or others will be happy to reply.
Re: Scanning arrow keys from keyboard.
Oops! sorry, for the mistake. Will repost it there.