VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Insert text

justin holland  (1 Submission)   Miscellaneous   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

This code inserts text at the end of a textbox (or anything with a .text, .selstart, .sellength, and .seltext property) without adding the entire contents of the textbox all over again
it saves a lot of time with long text and opening text files

Inputs
textcontrol as object,text as string

Assumes
nothing

Returns
1 if successful 0 if any error occurs

Side Effects
none i know of

API Declarations
nope

Rate Insert text (38(38 Vote))
Insert text.bas

Insert text Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters