VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

RichText No API GoTo Line

Matthew Brown  (1 Submission)   String Manipulation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This bas contains a function that sets the cursor position in a Rich Text box to a given line without using API. This is a very fast method - no, it doesn't just scan through and check every line - and works fine even with long RichTextBox texts!

Inputs
The line you want to jump to, and the RichTextBox you want to control... :: SetCursorAtLine(LineNumber, RichTextBox)

Rate RichText No API GoTo Line (7(7 Vote))

Download RichText No API GoTo Line

RichText No API GoTo Line Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters