A Visual Basic IDE add-in that will count the lines of code of any component of open projects. It also presents a basic analysis of both the selected project and the selected component.
To see it work just compile the "linecounter.dll" file and copy this file to your c:\Program Files\Microsoft Visual Studio\vb98 directory. You'll then need to add the line
"LineCounter.Connect=3" to your vbaddin.ini file which can be found in the windows directory and restart your VB IDE. There will be a new menu entry under "Add-Ins" called "Line Counter".