Need help?

Lowers

Super Moderator
Joined
Oct 23, 2011
Posts
647
Likes
1
Hello everyone,

I took some C++ in college, but its been a while now.

I'm trying to write a program, something very similar to the microsoft onscreen keyboard. Basically what I want to do is test a keyboard to make sure all the keys work. I can use the micrsoft one, but there are some custom keys to keyboard that I am using, plus it has a track ball(and keys associated to that. Trackball should be testable with the mouse, but I want to the test the keys on the trackball as well. This keyboard is USB!

My question is that, is this something that will be easily done with Visual C++? Or should I look for another program which will make it easier for me to do this. I just need to do something really basic and nothing fancy at all. I will have to relearn pretty much from scratch C++ atleast, although it should not be that crazy hard since I have past experience with it.

Thanks in advance.
 
Back
Top