You are here: AxTools > CodeSMART 2007 for VB6 > Documentation > User's Guide > Custom Code > Overview
While browsing this page, why not start downloading the evaluation setup kit (direct download, no questions asked).

Custom Code Overview

There are times during the coding process when the need to insert similar pieces of code in every procedure, function or property of a code module arise. Trying to achieve this task manually can prove very inefficient especially when you target a large number methods. Fortunately CodeSMART features the Custom Code inserter/remover subsystem. By using it, you will be able to insert and afterwards remove special code chunks at various scopes in a few seconds. The code can be inserted at various positions, like immediately after the first procedure's line, immediately before the procedure's last line or at a specific line number inside each procedure's body.

See Also

Inserting Custom Code Automatically
Removing Custom Code Automatically

Back To Top

Copyright © 2008 AxTools - CodeSMART 2007 for VB6 - Custom Code