Inorder to avoid Message box while writing script which
alternative method can be used?



Inorder to avoid Message box while writing script which alternative method can be used?..

Answer / manjunathareddy

Set oShell=CreateObject("WScript.Shell")
oShell.Popup "Automatically pop up window closes within 4
seconds",4,"VbScript"

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More VB Script Interview Questions

What are the naming conventions while declaring a variable in the vbscript language?

0 Answers  


What is sql loader? Explain the files used by sql loader to load file?

0 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  


How to get path of the file through scripting?

1 Answers   Hexaware,


A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.

0 Answers  






Which operator is used to concatenate the 2 values in the vbscript language?

0 Answers  


How to write a general script which should does the following a). If a page object is given, it should identify the page object of the corresponding page(site). b). It should identify all the links of that particular page. in QTP tool?

2 Answers   IBM, Infosys, Wipro,


How to write VB Script for selecting a particular row in a WebTable?

1 Answers   Patni,


What are the data types supported by vbscript?

0 Answers  


Which event is triggered when mouse focus comes out of an element in the vbscript language?

0 Answers  


sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap

4 Answers  


write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)

2 Answers  


Categories