Add a value of 11 to the "natType" argument. Demo:
'Creates a popup with no buttons in Win98.
' Does not work in NT. Haven't checked Win95.
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Popup "This Window will disappear " & _
"after 10 seconds.", 10, "IMPORTANT NOTICE!", 11 + 48
--
Bill James
Microsoft MVPDTS
?Free Win9x VBScript Utilities?
http://www.*-*-*.com/ ~wgjames/vbspage/
Popup MessagesI would like to have a message popup and stay on the screen for 30 seconds then go away.. I can do this with object.popup but there are always a button on the popup.. Can I get rid of the buttons??