Hi!

What I want to do just sounds very simple,
but I'm not getting round with it:
My program should print a HTML-document on a specific printer.

So, I get a list of all installed printers by calling EnumPrinters.
And I'm also able to print the file without rising the PrintProp-DialogBox:
lpTarget->Exec(NULL, OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER , NULL, NULL);


But I have no glue, how I can select another printer instead of the
default one? Can anybody help me??

Thanx a lot
Markus