Fax Status Values

J

John Wright

I am developing a simple VB 6.0 application that monitors a Windows 2003
server fax server. It can connect and I can pull data down without any
problems. However, when I query the queues and I get a return status for
each fax currently I am getting either a a 49 (paused) or a 33(waiting)
status. I looked at the SDK and all it gives is hex values. Does anyone
have a listing of VB translated statuses or have a way to translate the
status from hex? I want to present the user with a graphical depiction of
the status of the fax and I need some help. Thanks.

John
 
A

Alex Feinman [MVP]

In VB you have Hex() function to convert decimal to hex if you can;t do it
manually
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top