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

write a vbscrpit to swap values

2 Answers   Adani,


Why to use option explicit in vb script?

0 Answers  


What are the different types of loops available in the vbscript language?

0 Answers  


How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")

2 Answers  


What's the difference between vbscript and vb.net?

0 Answers  






Explain about the support of asp for vb script functionality?

0 Answers  


Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository

0 Answers  


What is the extension of the vbscript file?

0 Answers  


What is a difference between scripting language and programming language?

2 Answers  


How to Import data from a file (file is on the desktop) to the data table

0 Answers   IBM,


what is resorceallocation

0 Answers  


how to check whether link is disabled in QTP??

0 Answers  


Categories