CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Posts
    5

    how to add hyperlink in a rich text box

    Let me know if anyone has clue about it!
    Thanks in advance


  2. #2
    Join Date
    Jul 2001
    Location
    Canada
    Posts
    2

    Re: how to add hyperlink in a rich text box

    I'm not sure about the rich edit control that ships with VB. I use this RTF control from VB-ACCELERATOR.

    http://www.vbaccelerator.com/codelib...t/richedit.htm

    Give it a try, it works great. Don't forget, you'll need one dependent file to go with it. ssubtmr.dll I think is the name of it. You can get it there also.

    Hope this helps.






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