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
Sorry, But (Picture in messagebox)
3 posts
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.
If you want to use a customized message box, you should write an extension DLL.
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: