|
-
Sep 10th, 2001, 01:48 PM
#1
Thread Starter
New Member
fonts of msgbox
How can I change the font size and tipe of the msgbox, and how can I remove the close button(top right) from the msgbox?
-
Sep 10th, 2001, 01:56 PM
#2
PowerPoster
Sounds to me
Sounds to me that you may be better off building your own form to act as a messagebox. You can still control the icons, buttons, and such, but this way you could have control over the font size, color, typeface...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Sep 10th, 2001, 03:29 PM
#3
One way would be to set up a hook and catch the WM_CREATE message (when the messagebox is created). By doing this, you can subclass the messagebox when it gets created. Then you can set the font via the WM_SETFONT message.
-
Sep 10th, 2001, 03:33 PM
#4
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
|