B
Brian Ward
Hello
=====
I am trying to do a simple exercise using Visual Studio C#.
I have a form with one picturebox and some buttons.
I want to be able to control a picture box graphic using the keyboard
(especially arrow keys). All works well by using the Form1_KeyDown()
method .. until I add buttons to the form .. then the keyboard control
ceases to work.
I have looked for properties to change to give the form priority but
can't see anything.
Advice would be much appreciated.
TIA
===
Brian
===
=====
I am trying to do a simple exercise using Visual Studio C#.
I have a form with one picturebox and some buttons.
I want to be able to control a picture box graphic using the keyboard
(especially arrow keys). All works well by using the Form1_KeyDown()
method .. until I add buttons to the form .. then the keyboard control
ceases to work.
I have looked for properties to change to give the form priority but
can't see anything.
Advice would be much appreciated.
TIA
===
Brian
===