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
How to write functions and sub in vb script?
Mention what is variant in vbscript?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
Which loop is used in case of arrays in the vbscript language?
What is vbscript language used for and which earlier language is it modeled upon?
Both Static and dynamic arrays are handled by VB script. Is it true?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
Explain the arrays in vb script?
how to increasing the numbers in a given text box please write a vb script
Which in-built function is used to format the number in the vbscript language?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
How will you get the octal value of the given number in vbscript?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
What is the difference between function and procedure?