
The functions are:
- Register/Unregister components - select the
component source file (pressing the button "..."). Then the buttons "Register"
/ "Unregister" will be activated. For this is used "regsvr32.exe" program.
- Change "VBAddin.ini" from %WINDIR% - all add-ins
instaled under your IDE has to be registered in this ini file. After this
registration process, the third party add-in will be selectable in the list
under Add-ins | Add-ins manager...
- Logs - you can create an log file for the project.
This option is available only for saved projects. The log file can be changed
directly in this text-box and can be inserted comments, starting with
apostrophe ('). There are VB-like comments. At the end you can have the total
time used for a project. Be aware that the logs operations aren't started
automatically (you have to press
) and later you stop
logging pressing the same button. This operation can be made from menu, as well ("Time counting"
item).
Tips:
If you forgot to start logging operation you can change directly
the logs in the text-box, later. A file with "logs" extension is created by using this
function.
Go back !