Code Browser

By | 2019-09-04

This is a VB Add-In DLL file (zipped) I came across that uses the VB IDE to display a treeview of your code Subs. Makes it easy to view your Sub structure and navigate to those procedures.

Also demonstrates a danger, one that we come across all the time but still should be aware – EXE’s and DLLs can be harmful to your computer…indeed, in only a few lines of code your entire hard drive can be fried. It would have been nice to have the source code not only to provide comfort in knowing the program is safe, but also to show how to compile a DLL and control the VB IDE.

I tested this utility first, and have been using it for a few weeks and so far no problems -it’s been really handy actually. I am posting it here because it has been a time saver and I think it will be of use to others, and to encourage the free distribution of source code for creative ideas.

In order to use the DLL you must first register it. Once it is registered it can be seleted in the VB IDE under the Add-Ins menu.

To register…

go to Start–>run

type

regsvr32 “”

registers the file (dll or ocx)

regsvr32 /u “”

unregisters the file

Attachments

FileUploadedSize
1002-20190904-140915-codebrowser.zip9/4/2019 2:09:15 PM17746
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.