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

Thread: Richtext box

  1. #1
    Join Date
    Jul 2001
    Posts
    22

    Richtext box

    How can I change the mouse pointer when mouse goes over the underlined text

    in the Richtext box and how to get that perticuler text.
    Please help me.

    thanks


  2. #2
    Join Date
    Jul 2000
    Location
    Hawaii
    Posts
    281

    Re: Richtext box

    the richtextbox is not like a browser that has a lot of built in programming to do the things you want - you can select text in a richtextbox but it is like you would select text anywhere


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