Hi,
I modified an 'old' application by adding a TextBox on a form. Then I added a GotFocus, LostFocus and KeyPress event for this TextBox as I did previously for a number of other TextBoxes on the form. For each type of event the added events refer to the same Sub.
Before adding this new TextBox everything worked well. Now, after adding the new TextBox the Form.Show method rises a GotFocus event for the new TextBox.
Can anyone explain?
Harry
I modified an 'old' application by adding a TextBox on a form. Then I added a GotFocus, LostFocus and KeyPress event for this TextBox as I did previously for a number of other TextBoxes on the form. For each type of event the added events refer to the same Sub.
Before adding this new TextBox everything worked well. Now, after adding the new TextBox the Form.Show method rises a GotFocus event for the new TextBox.
Can anyone explain?
Harry