 PrinterManager for Windows95
 	ver.1.00.0007
 Copyright Nicola Vigan 1997
        <guru@ntt.it>       

 Not tested under Windows NT* !

Please don't modify this document.



1)Warranty Disclaimer
---------------------
  IMPORTANT: READ CAREFULLY BEFORE USE PrinterManager

  By installing, copying, or otherwise using this software product, you agree to be bound by the terms of this Warranty Disclaimer. If you do not agree to its terms, promptly delete all copies of the software and all accompanying material.

  Warranty Disclaimer: The software is provided as is without warranty, in Freeware form, without time limitations. In no event shall Nicola Vigan be liable for any consequential, incidental, direct, indirect, special, punitive, or other damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of this agreement or the use of or inability to use PrinterManager, even if Nicola Vigan has been advised of the possibility of such damages.


2)What is PrinterManager ?
--------------------------
  PrinterManager is a dll for Visual Basic 5* that allow you get and set the default printer.
  It is written for Windows 95* and Windows NT*, but it is not tested under this second OS.

  
2)How can I install it ?
------------------------
  1.Decompress PrnMan.zip into a temporary folder.
  2.Copy PrnMan.dll into the system folder.
  3.Launch Visual Basic*, choose References into Project menu, click the button marked Browse and select PrnMan.dll.
  4.Click OK


3)How can I use it ?
--------------------
  To understand how to use it you can see the simple example that I've written for you.
  In any case there are two properties:

	GetPrinters: to enum the available printers. Please note that if there are no printers installed this value is Empty.
	GetDefaultPrinter: to know which one is set as default. Please note that if there are no printers installed this value is an empty string.

  and one mothod:

	SetDefaultPrinter (printer name): to set the printer you want to be the default.


-------------------------------------------------------------
| NOTE:							    |
|						            |
| PrintManager is MailWare. Please e-mail me if you use it. |
|		      <guru@ntt.it>			    |
|							    |	
| You can redistribute PrinterManager without limitations.  |
|							    |
| Please report me any bugs.		    		    |
-------------------------------------------------------------


*:  Microsoft Corporation
************END************