Re: How to determine Fax Job Status
From: Mathias Wührmann (usenet0403_at_flexact.de)
Date: 10/18/04
- Next message: Wim N: "RE: Windows 2003 SBS not routing fax through email"
- Previous message: Tore Bostrup: "Re: How to determine Fax Job Status"
- In reply to: Tore Bostrup: "Re: How to determine Fax Job Status"
- Next in thread: Tore Bostrup: "Re: How to determine Fax Job Status"
- Reply: Tore Bostrup: "Re: How to determine Fax Job Status"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 18 Oct 2004 10:23:17 +0200
Hi Tore,
> I finally got it working. I have posted my code at
> http://www.bostrup.us/swdev/vb6.htm.
> Have at it - and feel free to comment on it. It has not been exhaustively
> tested (far from it), but 10-15 tests on a couple of systems with very
> little fax activity appeared successful - i.e. no crashes, unexpected
> results or apparent stability in our app.
seems like finally two VB6 programmers on the whole world worked out a
solution for our language independently :-)
You focused on the status values, while my focus lies on the whole
thing, also getting the extra information that is not available through
COM. The next thing I'll implement is the EventQueue, so my app will get
notified of status changes instead of using a timer to repeatly query if
any status has changed. This seems to be quite easy because windows
messages are used for this.
However, your solution is more tidied and I think I'll adapt this style ;-)
PS: Did you know that the Fax COM was really nice extended for Windows
XP fax service?
Regards,
Mathias Wuehrmann
- Next message: Wim N: "RE: Windows 2003 SBS not routing fax through email"
- Previous message: Tore Bostrup: "Re: How to determine Fax Job Status"
- In reply to: Tore Bostrup: "Re: How to determine Fax Job Status"
- Next in thread: Tore Bostrup: "Re: How to determine Fax Job Status"
- Reply: Tore Bostrup: "Re: How to determine Fax Job Status"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|