 VB Caretaker has a built in editor that allows you to directly edit the VB script you wish to insert. You can add two types of code:
Code at the start of a routine, for example to declare variables or add On Error Goto statements. Code at the end of a routine, to act when an error occurs, or to finishing timing a routine.
You can also add forms, modules and classes to the project, allowing you to add database connectivity, pre-written global error handling modules, pre-designed forms to give your project that standard look and much more.
Aside from using VB Caretaker to insert error-handling routines, you could use it to insert: Company specific information or forms (e.g. an About box) Inserting profiling code (Download) Copyright declarations Or simply use it for project backup.
|