Inorder to avoid Message box while writing script which
alternative method can be used?
Answer Posted / manjunathareddy
Set oShell=CreateObject("WScript.Shell")
oShell.Popup "Automatically pop up window closes within 4
seconds",4,"VbScript"
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to capture a runtime error in vbscript?
Explain about tristate constants?
How many types of operators are available in the vbscript language?
how to operate webobjects in a webpage using getobject function and then using generic methods?
What is the difference between a dictionary and an array?
Why is it recommended to close the database connection every time after the work is completed?
How to open a file. What is the perpose of true and false mode there?
how to increase the values in text box in a given text box increament by two values by clicking on button
What is the difference between javascript and vbscript?
What are class events?
What is loose binding? Why is it not a good practice to use it?
What is byref and byval parameters in vbscript?
What is event handling in vbscript?
What is vbscript language used for and which earlier language is it modeled upon?
how to acces the remote mechine using vb cript(QTP)