Hello,

I try to send a html file using FAXCOMEXLib. The process go succesfull, but show the printer sellection windows. How can i do to not show this window?

The source code is this:

Code:
Private Sub EnviarFaxPorBroadcast(p_num As String, p_fichero As String, p_destinatario As String)
Dim objFaxDocument As New FAXCOMEXLib.FaxDocument
Dim collFaxRecipients As FaxRecipients
Dim JobId As
...