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 strcomp function works?

626


How can constants be declared in the vbscript language?

553


Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?

546


Description.Create

2162


How to open a file. What is the perpose of true and false mode there?

614






What are the data types supported by vbscript?

582


1. How do declare public variable in vb scripts?

1579


How to delete a cookie using vbscript?

555


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

581


How are values assigned to the variables in the vbscript language?

579


How to make sure that items in a wintree are sorted al?

2358


In what way program "hello world" you can write in vbscript?

655


In html file what is an ideal position to include vbscript?

816


Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks

1728


Which date function is used in the vbscript language to find the difference between the 2 dates?

595