MS Shell Dlg 2 in .NET forms?

  • Thread starter Thread starter Smokey Grindle
  • Start date Start date
S

Smokey Grindle

How can you get your form to use the current shell dialog font? aka MS Shell
Dlg 2 pseudo font... thanks
 
How can you get your form to use the current shell dialog font? aka MS Shell
Dlg 2 pseudo font... thanks

System.Drawing.SystemFonts.MessageBoxFont (or MenuFont or
IconTitleFont -- they apparently all return the same font)

IMPORTANT: Buffer the return value of this property for your
application if you're accessing it multiple times! Each property
access creates a new font structure.
 

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

Back
Top