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
    Pakistan
    Posts
    207

    Color text in the Dialog box

    Is it possible to put color text in the dialog box?


  2. #2
    Join Date
    Apr 1999
    Posts
    18

    Re: Color text in the Dialog box

    It is possible, but it's a bit of a mess on. You need to override the OnCtlColor function and pass back a brush which the framework uses to draw the control.





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