Search Tools Links Login

VB Code Viewer (parses, color-codes, etc.)


Visual Basic 6, or VB Classic

This is an old utility I made a few years ago in VB 5. It can display the main project files in a .VBP and display the contents and a summary of what's in its code modules, color-coded.

It was designed to let any VB project be a reference for itself. To that end, it picks out any comments that appear immediately before a subroutine or function. And since its output is a RichEdit control, you can copy and paste anything it outputs into Word or some other editor for instant documentation.

While it's probably lacking a few reserved keywords and might be a little out of date, it's got a valuable core of logic to parse VB code and an algorithm to color-code VB stuff for a RichEdit control.

I welcome comments and improvements, so long as you give credit where it's due. Please vote for this code if you find it useful.

Original Author: James Vincent Carnicelli

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 145 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD69116192000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 11,828 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.