|
-
Jun 28th, 2010, 12:13 AM
#1
Thread Starter
New Member
Dynamic text color
I'm working on creating a new version for my MultiCode editor. I wanted to add in something like visual studio, and other programs use like color changing according to the certain piece of code like:
<html>
<body>
<p>Hello</p>
</body>
</html>
Please help or make suggestions if you can!
Thanks!!
-
Jun 28th, 2010, 12:28 AM
#2
Re: Dynamic text color
Using standard Framework controls, your only choice is the RichTextBox. There's a submission by Icyculur in the VB.NET CodeBank forum on syntax highlighting. It's still not really ideal though. You might want to take a look at the open-source IDE SharpDevelop as it contains a code editor that you can use in your own apps.
-
Jun 28th, 2010, 12:36 AM
#3
Thread Starter
New Member
Re: Dynamic text color
WOW Thank you so much jmcilhinney!!!
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
|