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

Thread: help me please!

  1. #1
    Join Date
    Apr 1999
    Posts
    12

    help me please!

    hi!

    how can i chang color on letters in a edit control which the edit control is disabled?



  2. #2
    Join Date
    May 1999
    Posts
    35

    Re: help me please!

    Hi,

    you cannot change the color of letters in a disabled edit control. The color of disabled text is always light grey (COLOR_GRAYTEXT). Perhaps you should use the style ES_READONLY for your edit control.

    Greetings, Jörg



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