Before you can use a C1Tab control in your application, you must add the SIZERONE.OCX file to your project. If you use the control in most of your VB projects, you may want to add it to VB's Autoload file.
To distribute applications you create with the C1Tab control, you must install and register it on the user's computer. The Setup Wizard provided with Visual Basic provides tools to help you do that. Please refer to the Visual Basic manual for details.
The C1Tab Tutorial describes the following procedures:
Creating the Tab control.
Setting the Caption property to create as many tabs as you need.
Creating a Picture Box or Elastic control for each tab.
Populating each tab page.
Setting other IndexTab properties as desired.
That is it. You just created a fully functional tabbed form, with tab pages that switch and resize automatically.