borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB Home | News Home | Forum Home | Downloads | Register | Search | PM | Profile

Previous Topic (New Download: TextEncrypter)Next Topic (New Download: 3 Ways to Recordset) New Topic Post Reply
AndreaVB OnLine : AndreaVB Downloads News and Comments : New Download: Code Browser
Poster Resource
~Bean~
Level: VB Guru


Registered: 07-04-2003
Posts: 488
icon New Download: Code Browser

New download available:
Code Browser

Description:
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 "<pathname of the file>"
registers the file (dll or ocx)

regsvr32 /u "<path of the file>"
unregisters the file

19-04-2003 at 11:22 AM
View Profile Send Email to User Show All Posts Visit Homepage | Add Comment
AndreaVB OnLine : AndreaVB Downloads News and Comments : New Download: Code Browser
Previous Topic (New Download: TextEncrypter)Next Topic (New Download: 3 Ways to Recordset)New Topic Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder