question in sending fax

  • Thread starter Thread starter Raghavendra R [MSFT]
  • Start date Start date
R

Raghavendra R [MSFT]

Fax service tries to invoke the associated application to print the file and
hence you see that print dialog. There is no way to disable that UI.

--
Raghavendra R
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
 
the scenario is when i always send fax using my c# progy the system always
pops-up "Print"
dialog box, and just wondering if i can programmatically or any setup that
can ignore this or automatic configuration to print it with "Fax".

im actuly creating an another fax service utility and automates process
everything in background.

thanks.

-renato
 
When Faxing, the Fax printer driver invokes the application to render the
document - this is just an indication of the progress of printing and should
not prevent automation. Do you see the "Print" dialog - the one which is
invoked when you select to print from an application and which gives you a
choice of all the printers connected? That will happen only for .html files.

--
Manoj Jain,

Microsoft Printing, Imaging and Fax Team

This posting is provided "AS IS" with no warranties, and confers no rights.

Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
 
Back
Top