Inorder to avoid Message box while writing script which
alternative method can be used?
Answer / 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 |
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
how to write basic programs in VB Script like addition, multiplication?
write a vbscript for traffic signal
What methods are used to create text files and open text files in the vbscript language?
How to Import data from a file (file is on the desktop) to the data table
What are the differences between sub procedures and function procedures?
. Program for sorting of numbers in vb script?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
Is VBscript case-sensitive?
How will you convert a given number to long in vbscript?
Mention how to access array data?
Difference between Function and Sub routine?