MSGBOX can be formatted?

K

kal2

Hi people...
I need to create a text window (eg as a "info" or "about" window)
Is it possible to customize MSGBOX with styles,alignment and so on?
Thank you
 
T

Tom Ogilvy

No, not really (although you can do a lot with the Windows API, but this
would take a lot of coding). Easier would be to use a userform.
 
Top