CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: edit box colors

  1. #1
    Guest

    edit box colors

    How can I change the RGB values for edit box background & text colors?



  2. #2
    Join Date
    Jun 1999
    Posts
    6

    Re: edit box colors

    The text color is an easy one - just dig through help. In oreder to change the background color of a MFC control umust intercept the WM_CTLCOLOR message and return the brush u want used to paint your background.


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