About Toolbar
The toolbar allows quick access to many of the most commonly used functions within VB-PowerWrap, these are detailed below:

Clear - Clear current project
Add -You can add any type of file to your executable. VB-PowerWrap will register controls if they are not locatedon the users machine.
If you want to wrap an executable that is not a VB program, just add the executable, then select it, and right click. Click "Wrap this executable"
Delete - Delete a Control
Project - Load a VB Project (*.VBP)
Make - Create a new compressed executable for distribution. You can send this file to your users or customer without any of the usual dependencies. The executable will be much larger than a regular VB program since all the runtime files will be included. Once the program is loaded into memory it will occupy the same amount of memory as a regular VB program and run at the same speed.
Optimization
Size: When size is selected VB-PowerWrap will use full compression creating a smaller executable.The drawbacks to this is in the executing speed when the app is loaded. It will take a bit longerto decompress.
Speed: Very little compression creating a larger executable. Loading speed will be much faster when executing application.
Delete Loader(Checked):
Will delete the loader which executes
your visual basic program. When the
user first runs your program, VB-PowerWrap
will register and install all the controls necessary
and unload all additional files in the same directory
as your app. Once this is done VB-PowerWrap
will then delete the loader leaving your original file
remaining including the original size.
|