What is the best way to display a bunch of text with links and tooltips?



Is it web browser control or richtextbox?

This is for display only. Also I need to handle link clicks and
perform custom actions based on that.

Thank you!
.



Relevant Pages

  • Re: RichTextBox Display the latest line
    ... > I am using a richtextbox to display multiple lines of received data. ... When using a RichTextBox control for displaying logging information, ... Private Const WM_VSCROLL As Int32 = &H115 ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Please help with Drag / Drop
    ... I am having a hard time trying to display characters into the richtextbox ... everytime I drag a button into it. ... Private Sub Button1_MouseMove(ByVal sender As Object, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: arraylist to use in another form
    ... On Sun, 09 Apr 2006 16:23:39 GMT, al jones wrote: ... To display the information from the array list I'm opening a ... richtextbox in another form - stupid time - how do I pass the array list to ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Display Image from URL
    ... Try inserting a Web Browser control, then using its Navigate method to ... My database consists of the imported spreadsheet into a table, ... I would like to display the web image on the form for each ... I know how to display an image located on my PC or the company server, ...
    (microsoft.public.access.formscoding)
  • Re: Richtext SelectedText Selectionstart
    ... The field displayed in the RichTextbox was one that required some ... translation of tokens to words before display and words back to tokens ... SelectionStart like this. ...
    (microsoft.public.dotnet.languages.vb)