Inorder to avoid Message box while writing script which
alternative method can be used?
Answer Posted / 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 View All Answers
What is the use of the recordset object and which statement is used to create such an object?
If else for do while select in vb script?
Which operator can be used to change the value of the operand or change the state of the condition?
Which object provide information about a single runtime error in a vbscript?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
How will you convert a string to lower case string using vbscript?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
How to create a cookie using vbscript?
How to Enter Values on the Command promt using VB script
How will you release the memory acquired by an array variable in vbscript?
How will you check that a variable is an array in vbscript?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Explain about adodb.stream class?