VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



RichText No API GoTo Line

by Matthew Brown (1 Submission)
Category: String Manipulation
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

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

Download RichText No API GoTo Line

Download RichText No API GoTo Line (4 KB)

RichText No API GoTo Line Comments

No comments have been posted about RichText No API GoTo Line. Why not be the first to post a comment about RichText No API GoTo Line.

Post your comment

Subject:
Message:
0/1000 characters