Contents Index Lesson 1: Create a project architecture Lesson 3: Write connection, synchronization, and table code

UltraLite for MobileVB User's Guide
  Tutorial: Using Dynamic SQL in an UltraLite Application for PocketPC

Lesson 2: Create a form interface


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

To add a controls to your project

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

    Add the text box and label to the left side of the form. Add the buttons down the right side of the form.

    Type Name Caption or text
    AFTextBox txtName
    AFLabel lblID
    AFButton btnInsert Insert
    AFButton btnUpdate Update
    AFButton btnDelete Delete
    AFButton btnNext Next
    AFButton btnPrevious Previous
    AFButton btnDone End
  2. Check the application.


Contents Index Lesson 1: Create a project architecture Lesson 3: Write connection, synchronization, and table code