Guest Connected: 31565   Bookmark Us     Contact Us  
Total Shareware
Currently Listed: 244,239 Applications


  Developer Tools - Visual Basic Tools and Components - Visual Basic Components

Link To Program

Click to enlarge the ScreenShot

  PrivateI  -  Version  0.916

PrivateI analyses a Visual Basic project and reports the variables and procedures that have been declared Public but are in fact Private or unused. Keeping the components of a module Private is a good thing. When variables are kept local to a module they cannot have their value changed outside the module making it much easier to keep track of them. When Subs and Functions are kept local to a module there is no concern about parameters being passed from outside the module. The more a module contains Private components the less reliant it is on external code and becomes more portable, robust and easy to maintain. Private is good.

To link to this program use the html below (use text editor and check the exact syntax):

<a href="http://www.TotalShareware.com/LinkToItem.aspx?id=36887">View this program at www.TotalShareware.com</a>

This link will appear like:

View this program at www.TotalShareware.com