Jeff,
So are you saying this is just a script you want to run without
Window-Eyes at all? If so then what's up with that <grin>...The only
way I know is use Window-Eyes and create your own custom dialog.
Doug
Jeff Weiss wrote:
I am trying to use the following code in a .vbs file not hosted by
Window-eyes.
The code works, but what I need to know about the available buttons,
can I rename the buttons?
I would like to have a next, previous, and cancel button displayed.
Is this possible?
Thanks,
Jeff Weiss
Const OK_BUTTON = 0
Const AUTO_DISMISS = 0
Set objShell = CreateObject("Wscript.Shell")
strMessage = "This is a test."
objShell.Popup strMessage, AUTO_DISMISS, "My Message Box", OK_BUTTON