CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Location
    Germany
    Posts
    1

    Question how to change the Fontcolor from Radio-Button-Control ?

    how to change the Fontcolor from Radio-Button-Control ?

  2. #2
    Join Date
    May 2002
    Location
    Poland
    Posts
    48
    Add OnCtlColor() to your dialog window, check the control's ID and use pDC->SetTextColor() with your color.
    regards,
    MiMec

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