|
Line numbers may be old-fashioned but they are still very useful.
This VB6 Add-In will add or remove line numbers to any/all code modules
in a VB6 project. These line numbers can then be used by a custom error
handler to build an error stack showing exactly where problems occur.
Such an error handler is provided in Free Stuff.
4Nov01 - Line
number at procedure level or module level - More friendly for Source Safe
A Zip of the Add-In is available including all source - LineNum.Zip
(35K)
Usage
- Unzip the file
- Register LineNum.Dll
- Add the Add-In through the Add-In manager in VB6
- Click on Add-In|Line Numbers whenever you want to play with numbers.
|