VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A faster method to apped text to a textbox

by FreddyT (2 Submissions)
Category: String Manipulation
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

It provides a faster method to adding text to a text box. This works best if you are working with a large amount of data.

Inputs
Name of the textbox control and the string you would like to append.
Assumes
This method seems to work much faster than using the familiar Text1.Text = Text1.Text & "LongString"
Side Effects
This method causes the cursor to be placed at the end of the text in the text box, this might not always be wanted.
API Declarations
N/A

Rate A faster method to apped text to a textbox

Download A faster method to apped text to a textbox

Download A faster method to apped text to a textbox (2 KB)

A faster method to apped text to a textbox Comments

No comments have been posted about A faster method to apped text to a textbox. Why not be the first to post a comment about A faster method to apped text to a textbox.

Post your comment

Subject:
Message:
0/1000 characters