Results 1 to 3 of 3

Thread: Dynamic text color

  1. #1

    Thread Starter
    New Member phantomfury26's Avatar
    Join Date
    Jun 2010
    Posts
    2

    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!!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    New Member phantomfury26's Avatar
    Join Date
    Jun 2010
    Posts
    2

    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
  •  



Click Here to Expand Forum to Full Width