README.md
December 4, 2022 ยท View on GitHub
Description
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".
More Info
| Submitted On | 2003-01-02 08:24:04 |
| By | Mark Nemtsas |
| Level | Intermediate |
| User Rating | 4.7 (14 globes from 3 users) |
| Compatibility | VB 6.0 |
| Category | Debugging and Error Handling |
| World | Visual Basic |
| Archive File | Line_Count152175112003.zip |