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


Please Help Members By Posting Answers For Below Questions

How to write functions and sub in vb script?

807


Mention what is variant in vbscript?

713


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..

2249


Which loop is used in case of arrays in the vbscript language?

698


What is vbscript language used for and which earlier language is it modeled upon?

739


Both Static and dynamic arrays are handled by VB script. Is it true?

815


Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?

743


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("<>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent

1977


Explain the arrays in vb script?

799


how to increasing the numbers in a given text box please write a vb script

1950


Which in-built function is used to format the number in the vbscript language?

765


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

1456


How will you get the octal value of the given number in vbscript?

706


Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.

1857


What is the difference between function and procedure?

824