Hi!!
The title is pretty clear but my question is can i use multiple font styles in a msgbox like:
in a sentece bold in the next one underlined.
Printable View
Hi!!
The title is pretty clear but my question is can i use multiple font styles in a msgbox like:
in a sentece bold in the next one underlined.
If you want to customize a messagebox, just make your own. There may be a couple of people that say it is possible, but all the work that goes into it, it's not worth it.
People refer to "a MsgBox" for convenience but note that MsgBox is a function, not a form. The function internally creates a form but what it can do is limited to the range of parameters you can pass to the function. Do any of the method arguments indicate that they would allow you to change the font? Nothing is impossible but if you want to affect any form you do not have a direct reference to you would have to use the Windows API.