home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Pictures / pic2001861729189872.jpg < prev    next >
Joint Photographic Experts Group Image  |  2001-08-06  |  90.2 KB  |  536x417  |  16-bit (742 colors)
   ocr: Code Colorize Project X This project shows how to "colorize" your RTF text entry dynamically using a set of predefined keywords (which reside in a file that you can modity), similar to the way the VB IDE colorizes your code as you enter it! Filename that contains Keywords to be colorized: KEYWORDS.TXT View File Sub Something This is a comment Print "Hello There" Goto somesub End Sub // THIS IS A C-STYLE COMMENT Do while a < 10 a=a+l Print a Loop