Wednesday, December 17, 2008

A message box that will close automatically.

A message box that will close automatically.

You would just create a WScript Shell object and use the Popup method on it.

Set WshShell = CreateObject("Wscript.Shell")
WshShell.Popup "Wait 5 seconds", 5, "Title"

No comments:

Post a Comment