Cost-effective yet powerful add-in for the VB6 Integrated Development Environment (IDE). This utility provides a series of code tools that will help you automate and standardize the various constructs in your Visual Basic application.
Key Benefits
Procedure Tool enables you to quickly and easily insert formatted sub, function and property procedures into your VB application. You can specify name, return data types, property get/set/let and error handlers for each procedure.
Error Handler Tool enables you to insert formatted error handling code into your code. You can add error handling code that allows you to specify a central error handler. You can also add module and procedure location identifiers to error messages so that you can quickly identify where an error occurred.
Tab Tool allows you to easily re-arrange the TAB order for all controls on your forms.
Comment Tool produces the following code Fragments you can insert into your code: Procedure Header, Parameter List documentation, comment lines, Changed By/End Changed By comment lines, Copyright notices and separator lines.
Rem Tool inserts a single quote at the current cursor location to comment out code.
Configure Tool allows you to customize names that appear in your comments.