home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / vb_ap21 / read_me.txt next >
Text File  |  1992-04-10  |  1KB  |  32 lines

  1.  
  2.  
  3.     VB API Help 2.1 (bug fix)
  4.  
  5.          by Marshal Bostwick, CIS ID: 76646,2552
  6.             April 5, 1992
  7.  
  8. Here's an update to my tiny prog that easily accesses Steve Pruitt's VBAPI.HLP file.  It's free to all VB programmers. I have included source code for those interested.
  9.  
  10. This version solves a problem resulting from not being able to minimize the form, and puts back the icon found in version 1.0
  11.  
  12. I didn't add comments because there just isn't that much code to worry about, but if you are confused about something, feel free to leave me a message in the MSBASIC/Visal Basic message section or in Compuserve mail.
  13.  
  14. There's only four commands to remember, all MOUSE clicks:
  15.  
  16.     Move . . . . . . . . Hold RIGHT Mouse Button and Drag
  17.  
  18.     Call VBAPI.HLP . . . LEFT Mouse Click
  19.  
  20.     Minimize . . . . . . SHIFT + LEFT Mouse Click
  21.  
  22.     Exit . . . . . . . . CTRL + LEFT Mouse Click
  23.  
  24. Restoring is accomplished by the usual double-click on the icon.
  25.  
  26. Requirements: VBAPI.EXE and VBAPI.HLP must be in the same directory.
  27.  
  28. Note: VBAPI.EXE will create a small INI file to store its screen position. Sorry for the clutter (just edit this out of the source if you don't want this).
  29.  
  30. Thanks go out to all the VB wizards whose advice and source code have helped me so much, and thanks go especially to Steve Pruitt for the great job he did an VBAPI.HLP.
  31.  
  32. Enjoy...