home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / favorite / fav_read.txt next >
Text File  |  1991-07-10  |  768b  |  22 lines

  1. FAVORITE.EXE
  2.  
  3. This is my first attempt at Visual Basic.
  4.  
  5. REQUIRES VBRUN100.DLL (VB run-time module -- can be downloaded free
  6. in this forum) in your Windows directory.
  7.  
  8. This program is loaded into Windows 3.0 via the Program Manager FILE/NEW
  9. menu item.
  10.  
  11. The program lets you add program parameters for your most frequently
  12. used programs and builds a list that you double-click from to launch
  13. the program.  FAVORITE uses the Windows Program manager to start your
  14. program.
  15.  
  16. I have included the source code so you can see how simple it is to use
  17. directory and file lists, sizing of windows, icons and other functions 
  18. in Visual Basic.
  19.  
  20. I am far from an expert programmer, but I am amazed at how easy it is
  21. to write a fairly involved program with VB.
  22.