Using Message Boxes in Windows 7 style
Posted
by Meta
on Stack Overflow
See other posts from Stack Overflow
or by Meta
Published on 2010-06-02T18:21:32Z
Indexed on
2010/06/02
18:24 UTC
Read the original article
Hit count: 157
After reading the MSDN article about proper user interface here:
http://msdn.microsoft.com/en-us/library/aa974176.aspx
I want to modify the message boxes I use in my applications to reflect those guidelines (for example, have the Main Instructions in a larger font, better named Buttons, etc...).
My question is, is there an API that allows you to easily build those kind of message boxes (a la user32\MessageBox()), or do you actually have to build your own message boxes which follow the guidelines?
© Stack Overflow or respective owner