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
Mention what is select case statement?
How to write functions and sub in vb script?
What's the difference between vbscript and vb.net?
Explain How do you create a recordset object in vbscript?
what is diff between static and dynaic arrys?
What if you do not specify anything when you call a procedure?
What methods are used to create text files and open text files in the vbscript language?
What is byref and byval parameters in vbscript?
When does ‘on click of button’ event gets triggered in the vbscript language?
What is loose binding? Why is it not a good practice to use it?
How to assign a numeric value to a variable?
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 about scrrun.dll?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
How to open a file. What is the perpose of true and false mode there?