              ==============================================
              Development Tools for Visual Basic Programmers
                        Increase your productivity!
              ==============================================

Project Analyzer
- The most powerful VB source code analyzer on the market
- Document your code, including comments and cross-references
- List procedures, controls, variables and constants
- Find which DLL functions are needed
- Examine your FRX files
- See your code in hypertext form - the procedure/variable references become
  hyperlinks!
- View a call tree
- Find dead procedures, variables and constants! Remove them today!
- Calculate statistics, like lines of code, cyclomatic complexity, ...

DB Structure
- Document your database
- Print the format of your database graphically
- Include links between tables
- List tables and their fields (key fields indicated) in text format

DBtoVB Wizard
- Helps to create database oriented apps
  1) Create the database with Access, Data Manager, Visual Data or any
     tool you prefer along with the development of your app
  2) When the database structure is nearly ready, use DBtoVB to generate a 
     code module. You can then call the module to create another similar
     but empty database
  3) Add the DBtoVB modules to your project
  4) Add a call to function Create_Database
  5) Have the user to create new databases simply, without coding!
  6) If you later change the structure of your database, simply run 
     DBtoVB again - no coding whatsoever!

DB Lock
- See how your database application behaves in a multiuser situation
- See which tables are open and which are read or write locked
- Find tables that are accidentally left open/locked after use
- Lock tables manually to see how your application responds to different
  locking schemes

InputBox
- A collection of functions to replace the built-in InputBox() function
  with a 3D style box
- More features, like input a password, capitalize input and restrict input 
  length
- Full source code

To find more information about these inexpensive Visual Basic tools, please
visit the VBShop by WWW (http://helsinki.fi/~salste/vb.html) or email me
(tsalste@snakemail.hut.fi). 

Tuomas Salste
