Hilites all characters in each textbox contol on Got Focus
Hilites all characters in each textbox contol on Got Focus
API Declarations
'Add the Word HiLite to Each TextBox control's Got Focus
Rate Hilites all characters in each textbox contol on Got Focus
(1(1 Vote))
'Developed By: Jerry Sherman
'Description: Hilite all characters in each textbox contol on Got Focus
If TypeOf ActiveControl is TextBox then
ActiveControl.Selstart = 0
ActiveControl.SelLength = Len(ActiveControl.Text)
End If
End Sub
Hilites all characters in each textbox contol on Got Focus Comments
No comments yet — be the first to post one!
Post a Comment