Skip to content
⌘ NSIS Forum Archive

Message box (Bold)

8 posts

TonyDS#

Message box (Bold)

Is it possible to make certain words or sentences BOLD in a message box?

If so how would I go about doing that?

Thanks

Tony
DrO#
it is possible, as long as you can get the handle to the messagebox window then you can alter things as needed. have a look at the customisable messagebox plugin i did which shows how to get the messagebox window and adjust things on it 🙂

-daz
TonyDS#
Ok I got the plugin, but how would I go about making it a line bold?

I can't edit a dll file I have no clue how to do that
DrO#
ah, you'd need to do that within the plugin itself but that involves coding the feature in to it. my bad, i should have made that more clear

-daz
DrO#
i can't guarantee but if i can i'll have a look at the plugin again and finish a few things that i wanted in there 😉 (no promises though)

-daz