VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Highlight words in RichTextBox using this simple function. This function requires 3 parameters to w

Tim O  (2 Submissions)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Mon 27th March 2006   Mon 8th February 2021

Highlight words in RichTextBox using this simple function. This function requires 3 parameters to work, the RichTextBox as an object, the word

API Declarations


'This is highlight all occurances of paramter 2

'LockWindowUpdate used to prevent flickering as text is highlighted
Private Declare Function LockWindowUpdate Lib "user32" (ByVal thWnd As Long) As Long

Rate Highlight words in RichTextBox using this simple function. This function requires 3 parameters to w (1(1 Vote))
Highlight words in RichTextBox using this simple function. This function requires 3 parameters to w.bas

Highlight words in RichTextBox using this simple function. This function requires 3 parameters to w Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters