CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2003
    Location
    Spain
    Posts
    52

    Highlight text in textbox on mouse over

    Hello,
    How could I highlight the textbox content when the mouse get into it ? This way user could replace its content by whatever he type in.

  2. #2
    Join Date
    Apr 2009
    Posts
    598

    Smile Re: Highlight text in textbox on mouse over

    What is your environment, tools, etc.?

    Anyway, use EM_SETSEL.

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