Skip to content
⌘ NSIS Forum Archive

Message box dialog without ok and cancel buttons?

4 posts

rsegal#

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?
Joel#
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.