VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A faster method to apped text to a textbox

FreddyT  (2 Submissions)   String Manipulation   Visual Basic 5.0   Beginner   Wed 3rd February 2021

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 (4(4 Vote))

Download A faster method to apped text to a textbox

A faster method to apped text to a textbox Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters