M
Mikhail
When my text box receives focus, what event occurs?
I need this to be able to undo user's changes.
Dim OldValue as String
'when TextBox receives focus
OldValue = TextBox1.Text
'when user decides to discard changes
TextBox1.Text = OldValue
Thanks in advance,
Mike510
I need this to be able to undo user's changes.
Dim OldValue as String
'when TextBox receives focus
OldValue = TextBox1.Text
'when user decides to discard changes
TextBox1.Text = OldValue
Thanks in advance,
Mike510