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

Thread: Color in CEdit

  1. #1
    Join Date
    Apr 1999
    Posts
    40

    Color in CEdit

    On a dialog I have a couple of CEdit controls that I call SetReadOnly() and EnableWindow(FALSE) on. I still need the users to be able to read the text beneath them and when I do it turns the text dark gray with a light gray background. This is very hard to read. Is there a way to change either the text color or background color in this mode.

    Thanks


  2. #2
    Join Date
    May 1999
    Location
    Houston - TX - US
    Posts
    29

    Re: Color in CEdit

    HI,
    there is some code in this "code section" of this site. Use that . That is great n I have used that too ! Incase if U can't find mail me n I can send U those files.

    Good Luck.
    Yash.


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