linklabel

  1. A

    Question Help with Richtextbox and Link Label Properties!

    I need help help with richtextbox and linklabel properties, please answer my question (following, in points) with a lot of detail because i'm really new to VB.NET... LINKLABEL, WHICH IS THE DEFAULT PROPERTY TO HOLD A LINK IN VB? I MEAN AS "TEXT" IS THE PROPERTY TO HOLD THE DISPLAY TEXT, WHAT...
  2. A

    Question Hyperlink in a Richtextbox...

    I have got the code to create a Hyperlink in a richtextbox, I'll share it with you but to the experts, I have a question... Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load dim newlabel as new linklabel newlabel.Text =...
Back
Top