.NET
appforg.txt
Associated article: AppForge: Visual Basic for the Palm OS
Tags: .NET
Published source code accompanying the article by Clayton E. Crooks II in which he uses AppForge, an add-in to the standard Visual Basic 6 IDE, to build a database for the Palm OS. Also see APPFORG.ZIP.
AppForge: Visual Basic for the Palm OS
by Clayton E. Crooks II
Listing One
Private NewRecord As Boolean
Private Sub btnBack_Click()
PDBMovePrev dbSigsTime
DisplayInfo
End Sub
Private Sub btnExit_Click()
Unload Me
End Sub
Private Sub btnNext_Click()
PDBMoveNext ...


