sunnyjassal
02-13-2004, 01:48 PM
how would one make the application to wait for like 5 seconds between calls
example:
brwWebBrowser.Document.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, 0, 0
'In here i want to wait till the document has been sent to the printer
'then i want to close the application
Unload MDIForm1
example:
brwWebBrowser.Document.ExecWB OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, 0, 0
'In here i want to wait till the document has been sent to the printer
'then i want to close the application
Unload MDIForm1