when we are using a statement like this in NSIS for creating a Message Box
MB_YESNO|MB_USERICON|MB_TOPMOST "Do You Want to Eject" IDYES EJECT IDNO DEJECT
is there anyway to change the font displayed in the messagebox
regards Arpit Jain (tipra[dot]wicked[at]gmail.com)
Hmm, I don't think so. The msg boxes get their font from the windows defaults.
any other way to get custom fonts and still make decision's like yes/no,abort/retry/ignore etc
Write your own UI + dialogs in some other language, then write a plugin so NSIS can interface with them
Seriously though, no. NSIS just calls the Windows functions to create message boxes. You can't change them unless you change the Windows fonts.
The registry?
Insert original signature here with Greasemonkey Script.