
02-13-2004, 01:48 PM
|
|
Newcomer
|
|
Join Date: Feb 2004
Posts: 6
|
|
making the application wait before closing
|
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
|
|