Hello,
When my form openes I want the textbox 'txtNumber' to highlight the 1 that is automatically put in there.
I use the following code but it doesnt work.
What am I doing wrong?
VB Code:
Me.txtNumber.Text = 1 Me.txtNumber.Focus() Me.txtNumber.Select(0, Len(txtNumber.Text))




Reply With Quote