home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code2 / psetupch / psetup.inf < prev    next >
Text File  |  1991-06-25  |  950b  |  24 lines

  1. PSETUP.DLL gives your VB apps the ability to access the standard Printer
  2. Setup dialog, where the user can change such printer settings as page
  3. orientation, number of copies, scaling, etc.
  4.  
  5. To see a demo of PSETUP.DLL load the project PSETUP.MAK which only requires
  6. PSETUP.FRM.  PSETUP.DLL should reside in the same subdirectory as PSETUP.MAK
  7. or in a subdirectory supported by your path.  If you distribute apps with
  8. PSETUP.DLL you should tell your users to install it in the same subdirectory
  9. as your main WinApp.
  10.  
  11. PSETUP.DLL invokes the DeviceMode function of the current printer driver.  The
  12. DLL doesn't contain any menus, the Printer Setup menu is part of the printer
  13. driver.
  14.  
  15. The code is commented in PSETUP.FRM and should answer most of your questions.
  16. Should you have any you may reach via CIS-mail at 73667,1755.
  17.  
  18. PSETUP.DLL is free but Copyrighted.
  19.  
  20. Enjoy, 
  21.  
  22. Costas Kitsos
  23.  
  24. PSETUP.DLL (c) Copyright 1991, Costas Kitsos.