Hello everybody,
I have a question about vb.Net.
I really hope that you can help me with it.
I've got a form with several textboxes.
When the user gives input in an textbox and presses the tabkey,
then the input in the textbox must be checked and complement with data.
Seems to me that this must be a simple thing, but it will not work and i can't find anathing about it.
The code must be something like this:
If (code for user presses the tabkey) and ChkStart1.IsMatch(txtStart.Text) Then
Start = Me.txtStart.Text & ".000"
End If
Can anabody help me with this.
Thanks in advance,
Sneaky Pete