CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    Question Hyperlink Object in VB.NET

    VB6 has a HyperLink object and I cannot find such an object in VB.NET nor when I upgrade the VB6 to VB.NET. The upgrade comment gave this link "ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6B85A2A7-FE9F-4FBE-AA0C-CF11AC86A305" but it goes no where. Does anyone know what I would use in VB.NET (I am using .NET 3.5)

    Thank you

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Hyperlink Object in VB.NET

    In .Net, there is a LABEL and a LINKLABEL

    http://www.startvbdotnet.com/controls/label.aspx
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    Thumbs up Re: Hyperlink Object in VB.NET

    Thank you dglienna. I didn't notice LinkLabel as I kept looking for "Hyper" just being blind.

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Hyperlink Object in VB.NET

    It happens Jim

    Glad you got it solved. Please mark the thread as resolved when you feel your problem is resolved.

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