VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Two lines of code that select ALL text in a textbox.

by Mantis (1 Submission)
Category: String Manipulation
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Sat 20th October 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Two lines of code that select ALL text in a textbox.

Rate Two lines of code that select ALL text in a textbox.



 Just copy the code into a sub for selecting
 all of the text in a textbox named Text1

Text1.SelStart = 0
Text1.SelLength = Len(Text1)

Visit http://www.Soundtrackdeluxe.com

Download this snippet    Add to My Saved Code

Two lines of code that select ALL text in a textbox. Comments

No comments have been posted about Two lines of code that select ALL text in a textbox.. Why not be the first to post a comment about Two lines of code that select ALL text in a textbox..

Post your comment

Subject:
Message:
0/1000 characters