Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
Hello
How we can close automatically dialog box through script.

Thanks,
Testing Authority
Posted

VB
Set sh = CreateObject("WScript.Shell")
sh.Popup "This msgbox will close in 5 secs",5, "This is name of window"
 
Share this answer
 
Thanks ER.Balkrishnan.D

actually i know this method, do you know any other method then please let me know.
 
Share this answer
 
Comments
Balakrishnan Dhinakaran 5-Dec-11 7:47am    
I'll Try ...lets hope for the best

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900