home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / vb_asst / vbassist.txt < prev   
Text File  |  1992-03-28  |  959b  |  23 lines

  1. VB Assistant DOCUMENTATION FILE
  2. -------------------------------
  3.  
  4.     VB Assistant is a little application that I use to assist
  5. me with my Visual Basic programming.  It locates itself in the
  6. lower right hand corner of the screen, out of the way for most VB
  7. programming.  In one mouse click it allows me to save and run the
  8. application I am currently working on or start my icon editor.
  9. With two mouse clicks I quickly gain access to all the help and
  10. text files that I have which relate to Visual Basic.
  11.  
  12.     Modify the source code to reflect your icon editor and any
  13. text or help files that you wish to add/delete from VB Assistant.
  14. The icon editor is specified in the click event for its command
  15. button.  All items are added to the list boxes in the form load
  16. event, and all executions are in the corresponding controls
  17. dblclick event.
  18.  
  19.     This program is absolutely FREE!  Enjoy.
  20.  
  21.     Compliments of Donald R. English
  22.                CIS ID # 70724,2576
  23.