R
Raja S.
How does one set the initial focus to a control such as a picture box?
Suppose I have a form with a single picture box on it.
When the application starts to run I would like to set the focus to the
picture box so that it can respond to KeyDown events.
I tried placing a picBox.focus in a Form_load event handler but that didn't
seem to help.
Any suggestions?
Thanks in advance,
Raja
Suppose I have a form with a single picture box on it.
When the application starts to run I would like to set the focus to the
picture box so that it can respond to KeyDown events.
I tried placing a picBox.focus in a Form_load event handler but that didn't
seem to help.
Any suggestions?
Thanks in advance,
Raja