The following procedure creates a MobileVB project for your application and adds a reference to the UltraLite for MobileVB control.
MobileVB tools appear in addition to the standard Visual Basic tools on the Visual Basic toolbar to the left of the Visual Basic environment. If the UltraLite connection parameters control is not present, see Adding UltraLite to the MobileVB design environment
Start MobileVB.
Choose Start > Programs > AppForge MobileVB > Start MobileVB.
The MobileVB Project Manager appears.
Create a new project.
Click New Project. When asked for the Design Target, choose the appropriate target. This tutorial provides instructions for a Windows CE OS based device.
Create a reference to UltraLite for MobileVB.
Choose Project > References
Select iAnywhere Solutions, UltraLite Connection Parameters 10.0 and click OK.
Give the Project a name.
Click Project > MobileVBProject1 Properties
Under Project Name, type UltraLiteTutorial. This is the name of the application as it will appear on your device.
Click OK.
Save the Project:
Choose File > Save Project.
Save the form file as c:\tutorial\mvb\Tutorial.frm.
Save the project as c:\tutorial\mvb\Tutorial.vbp.