VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



VB6 Code View/Edit

by Reg (1 Submission)
Category: Complete Applications
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

It enables the loading of One, several or ALL code modules (.frm .bas .ctl .cls) into a treeview where you can expand or collapes modules, procedures and blocks of code - like explorer does but VB6 does not do. Code can be edited inserted or deleted. It provides a avariety of colours fonts sizes etx.

Assumes
It enables the loading of One, Several or ALL of your Application modules into a treeview so that you can expand or collapse Modules, Procedures and blocks of code - the way that Explorer works but the VB6 editor does not. It facilitates the selection of colours for various types of code lines, FontNames, Font Sizes, etc. Of course it allows you to edit lines of code, Insert lines of code and delete lines of code - including whole Procedures. Plus it can be used without loading your App or when your App is loaded running or not running. It will optionally sort your procedures alphabetically or just show them in the sequence that they are in your existing module. This makes it easier to locate a procedure within several modules. Every time you Save your work, the original file is renamed to include a 4 digit number. Thus you will have the previous versions in your app folder. You can delete these if you satisfied that new file is 'good', or you can retain them for checking back on previous code. NOTE the changes made are to the file on disk and not to the module that is loaded. To see your changes, to have to load the file.
Code Returns
A treeview of modules and procedures and bocks of code
Side Effects
none thatI Know of

Rate VB6 Code View/Edit

Download VB6 Code View/Edit

Download VB6 Code View/Edit (16 KB)

VB6 Code View/Edit Comments

No comments have been posted about VB6 Code View/Edit. Why not be the first to post a comment about VB6 Code View/Edit.

Post your comment

Subject:
Message:
0/1000 characters