CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    14

    Load font in MessageBox

    Anyone know how to load a font for the messagebox other than loading it on a SystemParametersInfo level? What message could I intercept in order to select the font into the dc?

    Thanks in advance!
    Sharon Gottlieb


  2. #2
    Join Date
    Jun 1999
    Location
    Beijing China
    Posts
    48

    Re: Load font in MessageBox

    maybe WM_SETFONT


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured