Contents Index Create a MobileVB project Lesson 3: Write the sample code

UltraLite for MobileVB 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
    AFTextBox txtfname
    AFTextBox txtlname
    AFTextBox txtcity
    AFTextBox txtphone
    AFLabel lblID
    AFButton btnInsert Insert
    AFButton btnUpdate Update
    AFButton btnDelete Delete
    AFButton btnNext Next
    AFButton btnPrevious Previous
    AFButton btnSync Synchronize
    AFButton btnDone End
  2. Check the application.

Your form should look something like this:

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

Contents Index Create a MobileVB project Lesson 3: Write the sample code