A Custom Message Box ActiveX Control
Posted
by John Meller
on January 30th, 2004
The MessageBox code is wrapped up in a control, but could quite easily be converted to a DLL depending on your requirements. The control shows the dialog with one line of code :
CustomMsgBox1.MessageBox msg, miInformation, msOk, _
"Custom Message Box"

Comments
Status Printing and The Print Driver
Posted by Legacy on 01/08/2002 12:00amOriginally posted by: Sutan
How To know the Status of Printing and The Print Driver, if i want to print the file using Web Programming.
ReplyFor Example, Client browsing to server using HTTP, and the user go to upload file (DOC,JPEG,GIF,PDF) and cek the status printing and go to printing.