Search results for query: *

  • Users: arijit08.b
  • Content: Threads
  • Order by date
  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 =...
  3. A

    Question Help with Button selection at runtime?!

    I use Microsoft Visual Basic Express edition 2008 on my Windows XP SP2 and in it, in a Windows Form project, I add a button to my default form and set it's flatstyle to flat and borderwidth to 0. At runtime, when I click that button, I get a black color hollow box on that button at it's...
Back
Top