home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_tools / print_or / readme.txt < prev   
Text File  |  1993-08-18  |  1KB  |  44 lines

  1. GSPRNTR.DLL provides two functions to control printer page orientation:
  2.  
  3.   GsSetPageOrientation ( Hwnd , OrientationMode )
  4.         Orientation mode = 1 = Portrait
  5.                2 = Landscape
  6.  
  7.   GsGetPageOrientation ( Hwnd )
  8.  
  9. Both funtions return the currently selected orientation mode
  10.  
  11. From Visual Basic declare the functions as :
  12.  
  13. Declare Function GsGetPageOrientation Lib "gsprntr.dll" 
  14.                   (ByVal Hwnd As Integer) As Integer
  15. Declare Function GsSetPageOrientation Lib "gsprntr.dll" 
  16.                   (ByVal Hwnd As Integer, ByVal Mode As Integer) As Integer
  17.  
  18. From C declare the functions as :
  19.  
  20. int FAR PASCAL GsGetPageOrientation ( HWND iHwnd ) ;
  21. int FAR PASCAL GsSetPageOrientation ( HWND iHwnd , int iMode ) ;
  22.  
  23.  
  24. ---------------------------------------------------------------------
  25.  
  26. GSPRNTR.DLL is a shareware DLL for Windows 3.0 use. It may be freely
  27. distributed with your application once it has been registered. To
  28. register GSPRNTR.DLL send monies in the appropriate currency to the
  29. address below.
  30.  
  31. Inside United Kingdom - £35.00
  32.  
  33. Outside United Kingdom - $50.00
  34.  
  35. Geoff Hopkins
  36. 6 School Road
  37. Upper Beeding
  38. Steyning
  39. West Sussex
  40. BN44 3HY
  41. ENGLAND
  42.  
  43. Compuserve ID 100064,3722
  44.