View Single Post
Old 07-01-2009   #1 (permalink)
Steven Sinclair


 
 

Pop-up message...

In using this script to pop-up a Windows message...

----------
strTitle="INSERT_WINDOW_TITLE_HERE"

Dim WSHShell
Set WSHShell=WScript.CreateObject("WScript.Shell")

WSHShell.Popup"INSERT_WINDOW_MESSAGE_TEXT_HERE",3,strTitle
----------

How can I get this message window to appear with no buttons?

Thanx.
My System SpecsSystem Spec