W
Wayne Wengert
In the GotFocus event for several text boxes I include code such as
"txtMyTxtBox.SelectAll". When I tab from textbox to textbox the text in the
textbox that got focus is selected as expected but if I use the mouse to
click on the textbox the text is not selected. I suspect this has something
to do with the order in which the various events fire? In VB6 this worked.
Does anyone have any suggestions regarding what is happening here and/or
ways to get the text selected when a mouse is used for changing focus?
Wayne
"txtMyTxtBox.SelectAll". When I tab from textbox to textbox the text in the
textbox that got focus is selected as expected but if I use the mouse to
click on the textbox the text is not selected. I suspect this has something
to do with the order in which the various events fire? In VB6 this worked.
Does anyone have any suggestions regarding what is happening here and/or
ways to get the text selected when a mouse is used for changing focus?
Wayne