|
-
Dec 26th, 2011, 03:32 AM
#1
Thread Starter
Member
[HELP] Code Hilighting In RichTextBox
Hi, i want to have syntax highlighting for Java in RichTextBox1.
When the user entres "//" (without quotes), i want the "//" to turn green, while the rest of the text stays black.
i've started with:
If RichTextBox1.Text.ToLower.Contains("//") Then
'do something
End If
I hope i make sense, thanks for your help. (:
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|