How do display output message without using msgbox function?

Answers were Sorted based on User's Feedback



How do display output message without using msgbox function?..

Answer / 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

How do display output message without using msgbox function?..

Answer / shashank

Actually this method is supported only with VBScript files.

while MsgBox used in VBScript as well as in other tool and
languages.

MsgBox pop the output message while "WScript.echo" execute
the whole Script in "window sript host" environment and Pop
up the OutPut.

Example :-

MsgBox "May name is"

WScript.Echo "My Name is"

Both having the same output bit via different path

Is This Answer Correct ?    3 Yes 1 No

How do display output message without using msgbox function?..

Answer / sujatha

how do use these (" wsript.echo" )method explain ?

Is This Answer Correct ?    1 Yes 0 No

How do display output message without using msgbox function?..

Answer / shashankshekharraj

With the help of InputBox also , otherwise the second
option is "Wsript.Echo".

Is This Answer Correct ?    0 Yes 0 No

How do display output message without using msgbox function?..

Answer / thachnan

if we want to display the output message or value without using "msgbox".we can use "print" functions.

ex:
a=10
b=15
c=a+b
print c

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

What is difference between Active screen and movie screen recorder in QTP 9.2?

1 Answers  


Plz give the vb script for the following scenerio. In travel booking we have to select from delhi to mumbai from the combobox The prices will be display in another combo box .But i have to select the lowest price for it and submit it

1 Answers   IBM,


How can you create a file object to work with the files in the vbscript language?

0 Answers  


What is the equivalent of VBScript?s On Error In Jscript ?

1 Answers   Microsoft,


How you can call vbscript functions?

0 Answers  






Explain some uses of vb script?

0 Answers  


how to genarate a random numbers in vb?

2 Answers  


What are the disadvantages of vbscript?

0 Answers  


1. How do declare public variable in vb scripts?

0 Answers  


Why is error handling required?

0 Answers  


can u test the application without add-in?

1 Answers  


We have an application which is built using multiple technologies and are using QTP as the tool for Automating the same. While we spy over a combo box in this application, we get the object name as a "Combo Control" and we are not able to perform any action over this object in either selecting or checking any method for the same like "Exist" etc. Hence we thought of a solution and the same can be found below

0 Answers  


Categories