T Tony Aug 22, 2003 #1 How can i highlight the whole text in a textbox control when a user tab or shift+tab into the control? Thanks Tony
How can i highlight the whole text in a textbox control when a user tab or shift+tab into the control? Thanks Tony
M Martin Dew Aug 22, 2003 #2 Tony said: How can i highlight the whole text in a textbox control when a user tab or shift+tab into the control? Thanks Tony Click to expand... Tony, if I understand correctly then you can use the Enter Event of the textbox and this.textBox2.SelectAll();
Tony said: How can i highlight the whole text in a textbox control when a user tab or shift+tab into the control? Thanks Tony Click to expand... Tony, if I understand correctly then you can use the Enter Event of the textbox and this.textBox2.SelectAll();