Contents Index Create an eMbedded Visual Basic project Configure the emulator to support UltraLite ActiveX

UltraLite ActiveX User's Guide
  Tutorial: An UltraLite Application for PocketPC

Lesson 2: Create a form interface


After completing the steps in Lesson 1: Create a project architecture, the project should have a single form displayed.

To add controls to your project

  1. Add the controls and properties given in the table below to your form:

    Type Name Caption or text

    TextBox

    txtfname

    TextBox

    txtlname

    TextBox

    txtcity

    TextBox

    txtphone

    Label

    lblID

    Button

    btnInsert Insert

    Button

    btnUpdate Update

    Button

    btnDelete Delete

    Button

    btnNext Next

    Button

    btnPrevious Previous

    Button

    btnSync Synchronize

    Button

    btnDone End
  2. Check the application.

Your form should look something like this:

The application form, showing the buttons, text boxes, and label.

Configure the emulator to support UltraLite ActiveX
Deploy the database schema

Contents Index Create an eMbedded Visual Basic project Configure the emulator to support UltraLite ActiveX