|
-
October 19th, 2001, 05:35 AM
#1
close msgbox
hi gurus
i am firing an error msg through msgbox
now i want to close msgbox automatically if user dosent clicks on "ok" button 4 2 seconds
how can i do this
-
October 19th, 2001, 05:53 AM
#2
Re: close msgbox
make your own msgbox dialog window. Add timer. call in timer , unload me
-
October 19th, 2001, 07:07 AM
#3
Re: close msgbox
'add reference to Windows Scripting host Object model
Dim wshShell As New IWshShell_Class
Dim lngReturn As Long
Dim intSeconds2Wait As Integer
intSeconds2Wait = 2
lngReturn = wshShell.Popup("Place Your Text Here", intSeconds2Wait)
Iouri Boutchkine
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|