VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

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

James Vincent Carnicelli  (21 Submissions)   Complete Applications   Visual Basic 3.0   Beginner   Wed 3rd February 2021

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.

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

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

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

No comments yet — be the first to post one!

Post a Comment

0/1000 characters