Program Name: VSQLiteStruc
 Version: 1.0
 Purpose: View Structure of SQLite Database
 Author: Yeoh HS
 Date: 20 Aug 2003
 License: GPL
 Acknowledgement:
     based on Betov's Base 3 Style.
     implemented File Open dialog based on Betov's port of Iczelion's example to RosAsm
 Created using RosAsm13a.exe
 This program was tested on Windows 98SE.
 Contact: http://www.yeohhs.com
-----------------------------------------------------------------------------------------
 VERSION HISTORY
 1. Version 1.0 dated 20 August 2003
    Features implemented:
    1.1 Create Dialog as program's main window with menu.
    1.2 Splash dialog with bitmap.
    1.3 About dialog, with readonly edit control to display GPL.
    1.4 File Open common dialog and set statusbar with file name (with path).
    1.5 Call Html Help file.
    1.6 Status Bar and its update with path and name of file opened.
    1.7 Button in About dialog that calls ShellExecute to open URL in default browser.
    1.8 Shows how to use SQLite.DLL to display the database structure
        a. To call the sqlite_open function to open a SQLite database
        b. To call the sqlite_get_table function to retrieve a set of records using SQL.
        c. To call the sqlite_free_table function to free the record set.
        d. To call the sqlite_close function to close the database.
    1.9 Show hows to use a listbox and to add strings to the list box with control over
        horizontal scrolling. 

