Visual Basic Guide and Portfolio
This document provides a brief overview of the Portfolio commands available via the Automation interface in Extensis Portfolio 8.0 for Windows. The examples covered here are written in Microsoft Visual Basic 6. The source code for the sample applications is provided in both Visual Basic 6 and Visual Basic .NET (2003) format. Users familiar with other languages capable of using Automation should be able to extrapolate from the examples for their particular languages. This document assumes a basic level of working familiarity with Visual Basic.
Read more
STK X Tutorial - Visual Basic 6
In this exercise you will gain hands-on experience using STK X to embed STK functionality in a container application created with Visual Basic 6.0
Create the project
1) Start Microsoft Visual Basic 6.
2) A dialog box will open asking whether you want to create a new project. Select Standard EXE .
3) If Form1 now appears in the designer, skip to the next section. Otherwise proceed to the next step.
4) If a default form was not created automatically, click on the Add Form button in the toolbar to create a new one.
5) In the dialog box that appears, select Form . The form will be opened in design mode.
Read more