UltraLite ActiveX User's Guide
Tutorial: An UltraLite Application for PocketPC
Lesson 1: Create a project architecture
The UltraLite component for eMbedded Visual Basic development is UltraLite ActiveX. The following procedure creates an eMbedded Visual Basic project for your application and adds a reference to the UltraLite ActiveX control.
To create a reference to UltraLite ActiveX
Start eMbedded Visual Basic.
Choose Start
The New Project window appears.
Choose a target and click OK.
The remainder of the tutorial assumes that you have chosen Windows CE for the Pocket PC project.
Create a reference to UltraLite ActiveX.
Choose Project
If this is the first time you have run eMbedded Visual Basic with UltraLite, add the control to the list of available references.
Browse to the UltraLite\UltraLiteActiveX\win32\ subdirectory of your SQL Anywhere installation.
Select uldo9.dll and click OK.
iAnywhere Solutions, ActiveX for UltraLite is added to the list of available references.
Select iAnywhere Solutions, ActiveX for UltraLite and click OK to add the control to your project.
Your eMbedded Visual Basic environment is now capable of supporting UltraLite ActiveX.
Save the Project.
Choose File
Save the form as c:\tutorial\evb\Form1.ebf.
Save the project as c:\tutorial\evb\Form1.ebp.