O
O.o
Hi all,
I am new to c#, and not a programmer by profession, so I'm sort of
bluffing my way through things at the moment. I have been tasked with
developing an app, and one of the main form controls is a combo box
that always has focus, even when other controls are in use. I tried
the Focus() function, but it only works from within the control. There
must be a way of making it so that when you, say, click another
control, or a blank area of the form, it kills focus to the combo box,
but I can't figure it out. The obvious question is: why doesn't this
happen automatically? But I'll settle for any band-aid solution...
Cheers,
O.o
I am new to c#, and not a programmer by profession, so I'm sort of
bluffing my way through things at the moment. I have been tasked with
developing an app, and one of the main form controls is a combo box
that always has focus, even when other controls are in use. I tried
the Focus() function, but it only works from within the control. There
must be a way of making it so that when you, say, click another
control, or a blank area of the form, it kills focus to the combo box,
but I can't figure it out. The obvious question is: why doesn't this
happen automatically? But I'll settle for any band-aid solution...
Cheers,
O.o