Showing posts with label messagebox disapperance in qtp. Show all posts
Showing posts with label messagebox disapperance in qtp. Show all posts

Timeout for Messagebox

Script for MessageBox to disappear after particular time without clicking on ok button manually.

Set a=createobject("wscript.shell")
msgbox_message="Message Box will close by itself in 10seconds so dont click on OK button"
msgbox_time="10"
msgbox_title="Testing"
a.popup msgbox_message,msgbox_time,msgbox_title

where time is in seconds.

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge