Archive: Message box dialog without ok and cancel buttons?


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?


Try the "Banner" plugin found in the Contrib dir.

-Stu


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.


Beautiful, the banner plugin is exactly what I wanted. Thanks guys.