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

Project Analyzer
- Tool for both professional and not yet professional VB developers
- Document your code, including comments and cross links
- Find and list global variables and constants
- How large is your app? Calculate statistics!
- See your code in hypertext form - jump to a called function with mouse 
- Print a call tree
- Find dead code

DB Structure
- Document your database
- Print the format of your database
- 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 (http://helsinki.fi/~salste/eshop.html) or mail to me
(tsalste@snakemail.hut.fi). 

Tuomas Salste
