Skip to content
⌘ NSIS Forum Archive

Sorry, But (Picture in messagebox)

3 posts

ViperInc#

Sorry, But (Picture in messagebox)

hi.


havnt been paying to much attention to the new nsis 2.0 development, but i just want to know if any progress has been made with the adding of pictures into messageboxes???

thanx


VPR
Joost Verburg#
NSIS just used the standard Windows message box, so you cannot add your own picture.

If you want to use a customized message box, you should write an extension DLL.
rainwater#
You can easily change the icon used in a MessageBox with a small extension dll. Here is a tutorial on how to change the controls in a default messagebox: