Home » questions » Syntax higlighting in Visual Basic 6?

Syntax higlighting in Visual Basic 6?

2006-08-09 14:15:55, Category: Programming & Design
Can anyone help me with a module for syntax highlighting in VB6? I would like to write a program that changes the color of text based on the word it is (just like typical IDEs). I would preferably like it to be pasted as a link to the page but it would not be bad if the code is pasted in the reply. Please doublecheck to make sure that it is for VB6 and not VB.NET Last time I got a VB.NET answer.

Answers

  1. SquirrelNutz

    On 2006-08-09 20:39:51


    Try the following link: http://www.freevbcode.com/ShowCode.Asp?ID=1000 Good luck!
  2. Arnon J

    On 2006-08-09 14:49:18


    that means you want to create your own "canvas" to display the character being typed, I think you want to create a whole new project with its text editor, couple buttons, not just a module