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

Thread: edit control

  1. #1
    Join Date
    Apr 1999
    Posts
    12

    edit control

    hi!
    i get an answer recently that you cann´t chang color on the letters in a disabled edit control. but you can change if that is readonly. but when you point at a readonly edit control and click on it, you can see the cursor (marker) in edit control. i dont want that happend.
    how can i avoid that?

    please help me.


  2. #2
    Join Date
    Apr 1999
    Posts
    32

    Re: edit control

    try GetDlgItem(IDC_YOUREDITCTRL)->HideCaret();

    regards
    j..


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