Print Dialog shows up when faxing HTML documents

E

Elie Grouchko

Hi,

This question have been asked before but wasn't answered.

When trying to fax an HTML document, the print dialog shows up.

Does anyone have an idea how to prevent the dialog from showing up for HTML
documents?

Many Thanks

Elie Grouchko
 
E

Elie Grouchko

Just found an answer to this one on
http://www.codeguru.com/mfc/comments/59030.shtml

The default printto verb for html files on windows is of course IE.
IE6 however invoke a pop up dialog for the user during printto operation.
It's nice as long as the application is not a server one.. (no UI).
It took me a while to understand that this issue is a browser implementation
and I was convinced so after reading many posts about this in google
discussion groups searches.
Most of the people by the way encountered the problem while developing FAX
servers using MS FAX services (COM).
The solution is of course to use other browser.
Netscape® Communicator 4.79 is the one that does the job silently as
expected (NOT Netscape 7.02...), it has to be set as the default browser on
the machine.
If you don't want it to be the default browser set the Registry- html files
printto only: (HKLM\Software\Classes\htmlfile\shell\printto\) to the values
that Netscape set them to when it's the default browser. (That way only the
printto operation is done through Netscape).
The other solution is to use MS-Word as I've already described in my
previous post.
Submitted By: Yaron Shkop (2003/11/18)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top