Advertisement

Results for "Author: nick rogers"

2002ASP #4061
VBPScan Documenter

VBPScan documenter is a source code documentation generation program, originally submitted by kerlin, but in it’s original form even the author noted some deficiencies. With my own need for some source code documentation, I have taken the original program and expanded it’s scope, hopefully creating something that everyone might find useful. The program now reports on class properties and user controls; the HTML pages now use a stylesheet, to make global formatting changes changes easier; remarks entered in code that immediately follow a sub/function/property declaration will be shown as descriptions; additional class information is shown (like the instancing, MTS mode and persistance); all entries are sorted; function return value types are shown. Also, a few bugs were fixed. I’d appreciate some constructive comments about the code. Fixed bug: program now fully resolves file paths where a form/class/etc is not in the same folder as the project file. Fixed bug: program now correctly reports on projects where number of forms is greater than 10.

2002C #12665
VBPScan Documenter

VBPScan documenter is a source code documentation generation program, originally submitted by kerlin, but in it’s original form even the author noted some deficiencies. With my own need for some source code documentation, I have taken the original program and expanded it’s scope, hopefully creating something that everyone might find useful. The program now reports on class properties and user controls; the HTML pages now use a stylesheet, to make global formatting changes changes easier; remarks entered in code that immediately follow a sub/function/property declaration will be shown as descriptions; additional class information is shown (like the instancing, MTS mode and persistance); all entries are sorted; function return value types are shown. Also, a few bugs were fixed. I’d appreciate some constructive comments about the code. Fixed bug: program now fully resolves file paths where a form/class/etc is not in the same folder as the project file. Fixed bug: program now correctly reports on projects where number of forms is greater than 10.

2002VB #21269
VBPScan Documenter

VBPScan documenter is a source code documentation generation program, originally submitted by kerlin, but in it’s original form even the author noted some deficiencies. With my own need for some source code documentation, I have taken the original program and expanded it’s scope, hopefully creating something that everyone might find useful. The program now reports on class properties and user controls; the HTML pages now use a stylesheet, to make global formatting changes changes easier; remarks entered in code that immediately follow a sub/function/property declaration will be shown as descriptions; additional class information is shown (like the instancing, MTS mode and persistance); all entries are sorted; function return value types are shown. Also, a few bugs were fixed. I’d appreciate some constructive comments about the code. Fixed bug: program now fully resolves file paths where a form/class/etc is not in the same folder as the project file. Fixed bug: program now correctly reports on projects where number of forms is greater than 10.

ASP_Volume2 #26223
VB Project Reporter

This is the latest version of the VB Project Reporter, a source code documentation generation program originally written by 'kerlin'. I have now added support for all the VB document types (.vbg, .vbp, .bas, .cls, .frm, .ctl, .dob, .dsr, .pag). Also new in this version: documentation for form/module level declarations (variables and constants), types, enums and API declares; comment lines at the beginning of a file are included in documentation, as well as comment lines preceding and following sub/function definition; total code and comment lines are tallied; more version information from the project file is included; procedure attributes are now included, where defined for a procedure; an expanded interface allows all components to be switched on or off. Output is to HTML with style sheet controls, and optionally (if the Microsoft HTML Help Workshop software is installed) the program can generate HTML Help files (.chm). The style sheet can be overridden if required. The program has been re-written to use classes. I'd appreciate some constructive comments about the code, along with any ideas for new features. And if anyone knows how to extract meaningful information from a .res file before it is compiled into a VB program, I'll add more detailed info on resource files to the documentation. The program uses a registry class written by Steve McMahon (www.vbaccelerator.com). Thanks to 'Eugene', 'Adrian' and 'PROBRO' for the suggestions implemented in this version. Bug Fix: Corrected some out of bounds and Type Mismatch errors. Updated 31 Aug 2004: Fixed a couple of small bugs.

ASP_Volume3 #50372
VB Project Reporter

This is the latest version of the VB Project Reporter, a source code documentation generation program originally written by 'kerlin'. I have now added support for all the VB document types (.vbg, .vbp, .bas, .cls, .frm, .ctl, .dob, .dsr, .pag). Also new in this version: documentation for form/module level declarations (variables and constants), types, enums and API declares; comment lines at the beginning of a file are included in documentation, as well as comment lines preceding and following sub/function definition; total code and comment lines are tallied; more version information from the project file is included; procedure attributes are now included, where defined for a procedure; an expanded interface allows all components to be switched on or off. Output is to HTML with style sheet controls, and optionally (if the Microsoft HTML Help Workshop software is installed) the program can generate HTML Help files (.chm). The style sheet can be overridden if required. The program has been re-written to use classes. I'd appreciate some constructive comments about the code, along with any ideas for new features. And if anyone knows how to extract meaningful information from a .res file before it is compiled into a VB program, I'll add more detailed info on resource files to the documentation. The program uses a registry class written by Steve McMahon (www.vbaccelerator.com). Thanks to 'Eugene', 'Adrian' and 'PROBRO' for the suggestions implemented in this version. Bug Fix: Corrected some out of bounds and Type Mismatch errors. Updated 31 Aug 2004: Fixed a couple of small bugs.

C_Volume2 #67285
VB Project Reporter

This is the latest version of the VB Project Reporter, a source code documentation generation program originally written by 'kerlin'. I have now added support for all the VB document types (.vbg, .vbp, .bas, .cls, .frm, .ctl, .dob, .dsr, .pag). Also new in this version: documentation for form/module level declarations (variables and constants), types, enums and API declares; comment lines at the beginning of a file are included in documentation, as well as comment lines preceding and following sub/function definition; total code and comment lines are tallied; more version information from the project file is included; procedure attributes are now included, where defined for a procedure; an expanded interface allows all components to be switched on or off. Output is to HTML with style sheet controls, and optionally (if the Microsoft HTML Help Workshop software is installed) the program can generate HTML Help files (.chm). The style sheet can be overridden if required. The program has been re-written to use classes. I'd appreciate some constructive comments about the code, along with any ideas for new features. And if anyone knows how to extract meaningful information from a .res file before it is compiled into a VB program, I'll add more detailed info on resource files to the documentation. The program uses a registry class written by Steve McMahon (www.vbaccelerator.com). Thanks to 'Eugene', 'Adrian' and 'PROBRO' for the suggestions implemented in this version. Bug Fix: Corrected some out of bounds and Type Mismatch errors. Updated 31 Aug 2004: Fixed a couple of small bugs.

Java_Volume1 #85829
VB Project Reporter

This is the latest version of the VB Project Reporter, a source code documentation generation program originally written by 'kerlin'. I have now added support for all the VB document types (.vbg, .vbp, .bas, .cls, .frm, .ctl, .dob, .dsr, .pag). Also new in this version: documentation for form/module level declarations (variables and constants), types, enums and API declares; comment lines at the beginning of a file are included in documentation, as well as comment lines preceding and following sub/function definition; total code and comment lines are tallied; more version information from the project file is included; procedure attributes are now included, where defined for a procedure; an expanded interface allows all components to be switched on or off. Output is to HTML with style sheet controls, and optionally (if the Microsoft HTML Help Workshop software is installed) the program can generate HTML Help files (.chm). The style sheet can be overridden if required. The program has been re-written to use classes. I'd appreciate some constructive comments about the code, along with any ideas for new features. And if anyone knows how to extract meaningful information from a .res file before it is compiled into a VB program, I'll add more detailed info on resource files to the documentation. The program uses a registry class written by Steve McMahon (www.vbaccelerator.com). Thanks to 'Eugene', 'Adrian' and 'PROBRO' for the suggestions implemented in this version. Bug Fix: Corrected some out of bounds and Type Mismatch errors. Updated 31 Aug 2004: Fixed a couple of small bugs.

1_2002 #108023
VBPScan Documenter

VBPScan documenter is a source code documentation generation program, originally submitted by kerlin, but in it’s original form even the author noted some deficiencies. With my own need for some source code documentation, I have taken the original program and expanded it’s scope, hopefully creating something that everyone might find useful. The program now reports on class properties and user controls; the HTML pages now use a stylesheet, to make global formatting changes changes easier; remarks entered in code that immediately follow a sub/function/property declaration will be shown as descriptions; additional class information is shown (like the instancing, MTS mode and persistance); all entries are sorted; function return value types are shown. Also, a few bugs were fixed. I’d appreciate some constructive comments about the code. Fixed bug: program now fully resolves file paths where a form/class/etc is not in the same folder as the project file. Fixed bug: program now correctly reports on projects where number of forms is greater than 10.

2_2002-2004 #112977
VB Project Reporter

This is the latest version of the VB Project Reporter, a source code documentation generation program originally written by 'kerlin'. I have now added support for all the VB document types (.vbg, .vbp, .bas, .cls, .frm, .ctl, .dob, .dsr, .pag). Also new in this version: documentation for form/module level declarations (variables and constants), types, enums and API declares; comment lines at the beginning of a file are included in documentation, as well as comment lines preceding and following sub/function definition; total code and comment lines are tallied; more version information from the project file is included; procedure attributes are now included, where defined for a procedure; an expanded interface allows all components to be switched on or off. Output is to HTML with style sheet controls, and optionally (if the Microsoft HTML Help Workshop software is installed) the program can generate HTML Help files (.chm). The style sheet can be overridden if required. The program has been re-written to use classes. I'd appreciate some constructive comments about the code, along with any ideas for new features. And if anyone knows how to extract meaningful information from a .res file before it is compiled into a VB program, I'll add more detailed info on resource files to the documentation. The program uses a registry class written by Steve McMahon (www.vbaccelerator.com). Thanks to 'Eugene', 'Adrian' and 'PROBRO' for the suggestions implemented in this version. Bug Fix: Corrected some out of bounds and Type Mismatch errors. Updated 31 Aug 2004: Fixed a couple of small bugs.

3_2004-2005 #131520
VB Project Reporter

This is the latest version of the VB Project Reporter, a source code documentation generation program originally written by 'kerlin'. I have now added support for all the VB document types (.vbg, .vbp, .bas, .cls, .frm, .ctl, .dob, .dsr, .pag). Also new in this version: documentation for form/module level declarations (variables and constants), types, enums and API declares; comment lines at the beginning of a file are included in documentation, as well as comment lines preceding and following sub/function definition; total code and comment lines are tallied; more version information from the project file is included; procedure attributes are now included, where defined for a procedure; an expanded interface allows all components to be switched on or off. Output is to HTML with style sheet controls, and optionally (if the Microsoft HTML Help Workshop software is installed) the program can generate HTML Help files (.chm). The style sheet can be overridden if required. The program has been re-written to use classes. I'd appreciate some constructive comments about the code, along with any ideas for new features. And if anyone knows how to extract meaningful information from a .res file before it is compiled into a VB program, I'll add more detailed info on resource files to the documentation. The program uses a registry class written by Steve McMahon (www.vbaccelerator.com). Thanks to 'Eugene', 'Adrian' and 'PROBRO' for the suggestions implemented in this version. Bug Fix: Corrected some out of bounds and Type Mismatch errors. Updated 31 Aug 2004: Fixed a couple of small bugs.

4_2005-2006 #155669
VB Project Reporter

This is the latest version of the VB Project Reporter, a source code documentation generation program originally written by 'kerlin'. I have now added support for all the VB document types (.vbg, .vbp, .bas, .cls, .frm, .ctl, .dob, .dsr, .pag). Also new in this version: documentation for form/module level declarations (variables and constants), types, enums and API declares; comment lines at the beginning of a file are included in documentation, as well as comment lines preceding and following sub/function definition; total code and comment lines are tallied; more version information from the project file is included; procedure attributes are now included, where defined for a procedure; an expanded interface allows all components to be switched on or off. Output is to HTML with style sheet controls, and optionally (if the Microsoft HTML Help Workshop software is installed) the program can generate HTML Help files (.chm). The style sheet can be overridden if required. The program has been re-written to use classes. I'd appreciate some constructive comments about the code, along with any ideas for new features. And if anyone knows how to extract meaningful information from a .res file before it is compiled into a VB program, I'll add more detailed info on resource files to the documentation. The program uses a registry class written by Steve McMahon (www.vbaccelerator.com). Thanks to 'Eugene', 'Adrian' and 'PROBRO' for the suggestions implemented in this version. Bug Fix: Corrected some out of bounds and Type Mismatch errors. Updated 31 Aug 2004: Fixed a couple of small bugs.

5_2007-2008 #178187
VB Project Reporter

This is the latest version of the VB Project Reporter, a source code documentation generation program originally written by 'kerlin'. I have now added support for all the VB document types (.vbg, .vbp, .bas, .cls, .frm, .ctl, .dob, .dsr, .pag). Also new in this version: documentation for form/module level declarations (variables and constants), types, enums and API declares; comment lines at the beginning of a file are included in documentation, as well as comment lines preceding and following sub/function definition; total code and comment lines are tallied; more version information from the project file is included; procedure attributes are now included, where defined for a procedure; an expanded interface allows all components to be switched on or off. Output is to HTML with style sheet controls, and optionally (if the Microsoft HTML Help Workshop software is installed) the program can generate HTML Help files (.chm). The style sheet can be overridden if required. The program has been re-written to use classes. I'd appreciate some constructive comments about the code, along with any ideas for new features. And if anyone knows how to extract meaningful information from a .res file before it is compiled into a VB program, I'll add more detailed info on resource files to the documentation. The program uses a registry class written by Steve McMahon (www.vbaccelerator.com). Thanks to 'Eugene', 'Adrian' and 'PROBRO' for the suggestions implemented in this version. Bug Fix: Corrected some out of bounds and Type Mismatch errors. Updated 31 Aug 2004: Fixed a couple of small bugs.

6_2008-2009 #200705
VB Project Reporter

This is the latest version of the VB Project Reporter, a source code documentation generation program originally written by 'kerlin'. I have now added support for all the VB document types (.vbg, .vbp, .bas, .cls, .frm, .ctl, .dob, .dsr, .pag). Also new in this version: documentation for form/module level declarations (variables and constants), types, enums and API declares; comment lines at the beginning of a file are included in documentation, as well as comment lines preceding and following sub/function definition; total code and comment lines are tallied; more version information from the project file is included; procedure attributes are now included, where defined for a procedure; an expanded interface allows all components to be switched on or off. Output is to HTML with style sheet controls, and optionally (if the Microsoft HTML Help Workshop software is installed) the program can generate HTML Help files (.chm). The style sheet can be overridden if required. The program has been re-written to use classes. I'd appreciate some constructive comments about the code, along with any ideas for new features. And if anyone knows how to extract meaningful information from a .res file before it is compiled into a VB program, I'll add more detailed info on resource files to the documentation. The program uses a registry class written by Steve McMahon (www.vbaccelerator.com). Thanks to 'Eugene', 'Adrian' and 'PROBRO' for the suggestions implemented in this version. Bug Fix: Corrected some out of bounds and Type Mismatch errors. Updated 31 Aug 2004: Fixed a couple of small bugs.

7_2009-2012 #223223
VB Project Reporter

This is the latest version of the VB Project Reporter, a source code documentation generation program originally written by 'kerlin'. I have now added support for all the VB document types (.vbg, .vbp, .bas, .cls, .frm, .ctl, .dob, .dsr, .pag). Also new in this version: documentation for form/module level declarations (variables and constants), types, enums and API declares; comment lines at the beginning of a file are included in documentation, as well as comment lines preceding and following sub/function definition; total code and comment lines are tallied; more version information from the project file is included; procedure attributes are now included, where defined for a procedure; an expanded interface allows all components to be switched on or off. Output is to HTML with style sheet controls, and optionally (if the Microsoft HTML Help Workshop software is installed) the program can generate HTML Help files (.chm). The style sheet can be overridden if required. The program has been re-written to use classes. I'd appreciate some constructive comments about the code, along with any ideas for new features. And if anyone knows how to extract meaningful information from a .res file before it is compiled into a VB program, I'll add more detailed info on resource files to the documentation. The program uses a registry class written by Steve McMahon (www.vbaccelerator.com). Thanks to 'Eugene', 'Adrian' and 'PROBRO' for the suggestions implemented in this version. Bug Fix: Corrected some out of bounds and Type Mismatch errors. Updated 31 Aug 2004: Fixed a couple of small bugs.

Languages
Top Categories
Global Discovery