| VBMaximizer Tour: |
VBMaximizer has some sophisticated code builders for bug-free property procedures, methods, collection classes, inherited classes, headers, message boxes, connection strings. Some of them are represented here.

![]() |
Select the basic characteristics of the new method you want to create, such as the name, the data type, the aguments list, the scope and the description |
![]() |
Some more advanced options can make the method hidden or the default one |
![]() |
Specify if you want to generate some extra code such as the method header or the error handling code |
![]() |
The generated code is pasted into the current code window |

![]() |
Select the basic characteristics of the new property you want to create, such as the name, the data type, the aguments list, the scope, the description, the private variable used to store the property value and its initial value |
![]() |
Some more advanded options that can make the property hidded or the default one |
![]() |
Select the type of the property: Read/Write, Read only etc |
![]() |
Specify if you want to generate some extra code such as the property header or the error handling code |
![]() |
The generated code is pasted into the current code window |

![]() |
Type the title and the message for the Message Box you want to generate |
![]() |
Select some extra options such as the icon and the buttons to use in the Message Box |
![]() |
Select if you want to handle the Message Box result through If Then Else or through a Select Case structure |
![]() |
The generated code is pasted into the current code window |