D
Drew
I've got a panel with labels on it which I've added to my main form.
I need the main form to have focus because it's got some key events on it.
The only way I've been able to get this to work is if I set this on the
panel and labels:
this.SetStyle(ControlStyles.Selectable,false);
Unfortunately, this method does not appear to be available in the Compact
Framework.
Any suggestions?
Drew
I need the main form to have focus because it's got some key events on it.
The only way I've been able to get this to work is if I set this on the
panel and labels:
this.SetStyle(ControlStyles.Selectable,false);
Unfortunately, this method does not appear to be available in the Compact
Framework.
Any suggestions?
Drew