P
Patrick De Ridder
I have a form with a number of text boxes. When I start the program I
want the cursor to be in one particular text box. I have tried
textbox4.Focus(); in the constructor, but that doesn't do the trick.
How should it be done?
Many thanks,
want the cursor to be in one particular text box. I have tried
textbox4.Focus(); in the constructor, but that doesn't do the trick.
How should it be done?
Many thanks,