Quote Originally Posted by Bonnie West View Post
One-liner based on the Popup method of the WshShell object.

Code:
CreateObject("WScript.Shell").Popup "Don't click me!", 5, "Auto-OK MsgBox", vbOKOnly Or vbInformation
Problem: When I added a Statusbar control to the Form the message box no longer works; it stays static and the button must be clicked to close it