How do display output message without using msgbox function?
Answer Posted / manjunathareddy
Set oShell=CreateObject("WScript.Shell")
oShell.Popup "Pop up window Automatically closes within
4 seconds",4,"VbScript"
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is the standards used for writing the script in QTP
What are the different types of operators and their order of precedence?
Can u describe what kind of testing are for OTC derivates by banks.
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Which keyword is used to declare a variable in the vbscript language?
Explain about tristate constants?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
What is the use of option explicit statement?
how to set one column as primary key in QTP and fetch values accordingly
How will you check that a variable is an array in vbscript?
Explain the functionality of vbscript?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
How to write functions and sub in vb script?
How will you compare two strings in vbscript?