Is there a way to change the icon of a message box to an icon I've made?
Printable View
Is there a way to change the icon of a message box to an icon I've made?
*bump*
I had an application where I wanted to increase the font size of a message box. I added a new form and a little code in a module and made it so that it would work just like the standard message box, but with a larger font.
You could probably do the same thing.
There is probably a way to do it with a hook function, but I don't know how.
Kevin Swanson is correct. Just create your own message box with a form, a label, and an imagebox. You can also modal the form to give it the Msgbox effect.
VB Code:
Msgfrm.Show vbModal