Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Venkateswaran,
You can use the following code:
Dim myMsgBox
Set myMsgBox = CreateObject("Wscript.Shell")
'Display a dialog and close it in 5 seconds
Call myMsgBox.Popup ("Device is not Ready.. Please wait", 5)