|
-
Jul 4th, 2006, 03:43 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Font Styles in a Msgbox
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.
-
Jul 4th, 2006, 04:10 PM
#2
Frenzied Member
Re: Font Styles in a Msgbox
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.
-
Jul 4th, 2006, 04:25 PM
#3
Re: Font Styles in a Msgbox
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|