|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
I imagine that if you look here you would find a way to do it in the same manner which I showed you to wait til the document is loaded. Otherwise you could just try fnWait again. fnWait 5 will tell your app to wait for 5 seconds.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > making the application wait before closing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|