PDA

Click to See Complete Forum and Search --> : HighLigth text in a textbox


pcampora
Nov 27th, 1999, 01:13 AM
How can i HighLigth text i a textbox (like Word or like when you select some text but permanet)?

MartinLiss
Nov 27th, 1999, 01:24 AM
MyText.SelStart = 0
MyText.SelLength = Len(MyText)


------------------
Marty