Link to home
Start Free TrialLog in
Avatar of Aikema
Aikema

asked on

Faxing from VB

Is there any way to fax from VB without wasting money on an OCX, or popping up a fax dialog? MAPI or something?
Avatar of dabellei
dabellei

If you have a fax installed on your machine then just print to that port using the printer object.  Depending on the fax you have you can pass parameter on the command line.

With vb you can select the printer and how to print.


Avatar of Aikema

ASKER

But generally that will pop up a fax dialog which is exactly what I don't want to have to do.  Also there are many different fax printer driver things so using sendkeys to fill it out probably wouldn't work.
Avatar of tward
Try FAXMAN by DataTech, www.data-tech.com.  This is an OCX that is not free but it is pretty good.

Otherwise try the fax software by Symantec, this I use from VB and it is very nice!
Avatar of Aikema

ASKER

The thing is I haven't really got any money to spend on active x controls.  VB Academic ($100) set me back a few months allowance.
Basically programming is a little hobby of mine.
ASKER CERTIFIED SOLUTION
Avatar of anzen
anzen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
P.S. You must have a MAPI compliant fax such as the Windows 95 fax driver (a.k.a. MS AtWork Fax) installed !!
Bought This Question.