Cover | Table of Contents | Colophon
Msvbvm60.dll, the Microsoft VB Runtime. The
Booster
for Palm OS is freely available for
download and redistribution from the AppForge Web site.
http://www.palm.com/software/desktop/.
Start
AppForge menu option that is accessible from the
AppForge program group. This starts the VB IDE and brings up a
history of recent Palm OS projects, as shown in Figure 1-6. Choose the New
Project button, and once again select Palm OS as
the runtime target.
Form1:
Option Explicit
Private Sub Form_Load( )
MsgBox "Hello, Hand-held World!"
End Sub
F5 to run the program, and note that the form
and message box come up. AppForge projects—ingots, database
libraries, and all—run almost as well on Windows as on the
Palm. With judicious use of conditional compilation, this capability
is a great debugging technique. Many of the AppForge tutorial
projects use this idea, although we don't stress it
in this book.
http://www.oreilly.com/catalog/vbpropalm/.
frmBase.
SortInfo block can also
contain a
pointer to the records to maintain a logical sorting, distinct from
the physical record order.
|
MS Access types
|
PDB field type
|
Manual alternate
|
|---|---|---|
|
Text
|
http://www.appforge.com/dev/usersguide.html. The
Palm File Format Specification, which describes the layout of
databases in great detail, is available from Palm at
http://www.palmos.com/dev/tech/docs/.
Preferences database, which is automatically
backed up and restored by the HotSync manager. We covered application
preferences in Chapter 3.
Return to Programming Visual Basic for the Palm OS