Changing Printer Parameters from an Application

Last reviewed: February 15, 1996
Article ID: Q51739
The information in this article applies to:
  • Microsoft Windows Software Development Kit (SDK) for Windows versions 3.1 and 3.0

SUMMARY

For an application to use the printer most effectively, sometimes it is necessary for the user to modify the printer settings. To accomplish this, an application can activate the settings dialog box for the printer driver of the currently selected printer.

DEVMODE demonstrates how this may be done. Three steps are required:

  1. Load the printer driver.

  2. Get the procedure address of the "DEVICEMODE" procedure exported by the driver.

  3. Call the procedure through the procedure address.

The settings dialog is responsible for obtaining any information from the user and for saving any changes in the appropriate INI file.

Chapter 17 of the "Microsoft Windows Software Development Kit Guide to Programming" provides additional information on this procedure.

Download DEVMODE.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:

  • Microsoft Download Service (MSDL)

          Dial (206) 936-6735 to connect to MSDL
          Download DEVMODE.EXE (size: 19689 bytes) 
    
  • Internet (anonymous FTP)

          ftp ftp.microsoft.com
          Change to the \SOFTLIB\MSLFILES directory
          Get DEVMODE.EXE (size: 19689 bytes) 
    


Additional reference words: 3.10 3.00 softlib
KBCategory: kbprg kbfile
KBSubcategory: GdiPrn


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 15, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.