C
Charles Freeman
I'm a programmer writing a new Windows program to replace the function of an
old DOS program. The DOS program was a fax server. It was handed a document
and a telephone number, and it faxed the document to the phone number.
In Windows, it's easy to hand the document to MSFax, of course: Just print
it. However, I need to have a totally unattended way to hand the phone
number plus the document to a tool, hopefully MSFax, and have it go from
there.
I can easily shell a program using command line options, or call hooks in
other DLL's from within my code. I was hoping that MSFax would have quick
and dirty hooks to do this.
Anyone know where I would learn about this? Searching the M$ web site leads
to zillions of documents that have nothing to do with what I need.
Many thanks for any hints,
Charlie
old DOS program. The DOS program was a fax server. It was handed a document
and a telephone number, and it faxed the document to the phone number.
In Windows, it's easy to hand the document to MSFax, of course: Just print
it. However, I need to have a totally unattended way to hand the phone
number plus the document to a tool, hopefully MSFax, and have it go from
there.
I can easily shell a program using command line options, or call hooks in
other DLL's from within my code. I was hoping that MSFax would have quick
and dirty hooks to do this.
Anyone know where I would learn about this? Searching the M$ web site leads
to zillions of documents that have nothing to do with what I need.
Many thanks for any hints,
Charlie