*Where this package relies on other packages, the additional packages are listed below it.

Author(s)
Packages  Description
Toss a file at a printer using the Windows API. This lets Windows decide which application should be used to perform the printing.

Also included is the ability to query and set the current default printer, and a whole set of command extensions to make programming easier

You can also ask Windows to open a file, and it will load the application registered via FileAssociation in view/edit mode (as appropriate).

Update History
Version Updated Description
1.4 18.09.2003 Added WinAPIOpen() to open file in view/edit mode
1.3 28.07.2003 Fix (close printer handle)
1.2 27.07.2003 Fix to memory leak
1.1 23.07.2003 Enhancements include:
  • Win9x compatibility
  • Html documentation
  • Usable Utility/Sample application to Query/Set Default Printer
  • New helper functions (e.g. ENumPrinters() to get list of all printers)
  • 1.0 02.04.2003 Initial release