How to select a text in a textbox? 
Author Message
 How to select a text in a textbox?

Hi Wandi:

Quote:
> How to select a text in a textbox? Anyone has an idea?

Text1.SelStart = [postion to start from]
Text1.SelLength = [Length of text you want to select]

Just like it says in the vb docs ;-)

Doug.



Sun, 29 Aug 2004 06:26:09 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. In a userdialog: How select text in textbox?

2. Selecting text in a TextBox

3. Selecting current text in a textbox

4. Selecting text in a textbox programmatically

5. VB TextBox - Selecting Text

6. Need help in selecting text in textbox

7. Selecting a block of text in textbox

8. Selecting text in a textbox

9. how to insert selected text into a textbox....

10. Selecting text in a textbox on GotFocus()

11. Selecting all text in textbox on tab

12. Coloring Selected Textbox Text

 

 
Powered by phpBB® Forum Software