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

    Hyperlink in a RichTextBox

    Does anyone know of a way to embed a hyperlink into a richtextbox's RTFText?? I want the user's of my app to be able to type notes for a customer into a richtextbox, and I want to give them the ability to type a internet address and I want it to be displayed like a hyperlink (with the hotspot cursor, and appear underlined) and I want it to trigger some kind of code when clicked on. Perhaps this is not possible with the RichTextBox. If not, does anyone know of another control to use??

    Thanks,
    Rippin


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Hyperlink in a RichTextBox

    Checkout the source-codes at http://vbaccelerator.com - there's some excellent RTF stuff there (including hyperlinks, background images etc).

    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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