Change Message Box Font

N

Nigel

Is it possible to change Message Box Fonts or even in the middle of a msg box
highlight a particular word and put a graphic in it like a stop button or
exclamation mark

thanks
 
P

Perry

The fast and rigid answer to yr question is:
No

The real answer to yr question is:
Yes, but it takes a lot of calls to the Windows API.
You'll wind up with a DLL dependant application and all for a short info
dialog.
It's really not worth the (development) hassle.

Advice to yr question:
shape a userform to behave like a MsgBox, do all the fancy stuff there
and you'll windup having a versatile MsgBox-like dialog.

If you still want to make use of some shareware tools look here:
http://www.brothersoft.com/Software_Developer_Visual_Basic_Miko_MsgBoxEx_6820.html
Again, y're better of creating yr own MsgBox.

Krgrds,
Perry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top