Hi,
I'll try to keep this short:
1) Have Comp Sci degree (haven't programmed in about 10 years)
2) Somewhat familiar with C and C++ (currently trying to relearn it)
3) Trying to help a buddy with a project and I am stuck
Here is the problem:
I need a window console that will capture the arrow keys and perform certain functions when captured. One of those funtions being returning the HEX value of the key that was pressed and another being the highlighting/shading of a button on the windows form that corresponds to the key that was pressed. I have spent nearly two days on the internet researching this issue and have found alot of things. Most of these things did not apply to Visual C++ and the others were at a programming level well above my own..for now anyway. Another problem that I am facing is that I am very unfamiliar with creating windows in C++. When I was at school, we didn't do any of that stuff. Anyway, I have rambled on enough. Can anyone help?????
Thanks,
Faip
I'll try to keep this short:
1) Have Comp Sci degree (haven't programmed in about 10 years)
2) Somewhat familiar with C and C++ (currently trying to relearn it)
3) Trying to help a buddy with a project and I am stuck
Here is the problem:
I need a window console that will capture the arrow keys and perform certain functions when captured. One of those funtions being returning the HEX value of the key that was pressed and another being the highlighting/shading of a button on the windows form that corresponds to the key that was pressed. I have spent nearly two days on the internet researching this issue and have found alot of things. Most of these things did not apply to Visual C++ and the others were at a programming level well above my own..for now anyway. Another problem that I am facing is that I am very unfamiliar with creating windows in C++. When I was at school, we didn't do any of that stuff. Anyway, I have rambled on enough. Can anyone help?????
Thanks,
Faip