rsegal
22nd April 2003 19:50 UTC
Message box dialog without ok and cancel buttons?
Is it possible to display a messagebox without the OK and Cancel buttons just to display a message to the user such as "Please Wait.." and then kill that message box later on in the script by sending it a message to shutdown?
Afrow UK
22nd April 2003 20:32 UTC
Try the "Banner" plugin found in the Contrib dir.
-Stu
Joel
22nd April 2003 20:47 UTC
Is not possible to display a MessageBox with out the buttons.
Or less you subclass the function "MessageBox" with API's; Nsis can't do that.
Like Afrow UK said, try the Banner plugin.
rsegal
22nd April 2003 23:14 UTC
Beautiful, the banner plugin is exactly what I wanted. Thanks guys.