Hi,
I just installed VS.Net 2003 and upgraded my project to 2003. Immediately
found the following new behavior which causes my solution working erratic.
In the leave event of a control (e.g. TextBox) I select (set focus to)
another control cause the leave event to raises again of the source text
box.
Steps to reproduce.
1. Start new win project
2. Drop 3 Text Boxes
3. In the leave event of the TextBox1 write the code..
Debug.WriteLine("TextBox1_Leave")
Me.TextBox3.Select()
4. Run the solution and observer that the leave event fires twice...
This way if we put more ctl.Select() then it raises a Leave event for each
ctl.Select() call
What is this...?
Regards,
....@shok
|