I am mystified. On a form I have a text box which I call txtChar
I want to start the form by placing the flashing cursor in that box to wait for keyboard input.
After loading the form...
This line does not work
Code:
txtChar.SetFocus
although it is shown as an option in Intellisense.
I confirm that the text box properties do include enabled and visible.
I'm back to vb6 after some time and I must be making a really fundamental mistake...