Click to See Complete Forum and Search --> : Hyperlink Object in VB.NET


Jim Bassett
January 28th, 2010, 10:09 AM
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

dglienna
January 28th, 2010, 11:07 PM
In .Net, there is a LABEL and a LINKLABEL

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

Jim Bassett
January 29th, 2010, 08:57 AM
Thank you dglienna. I didn't notice LinkLabel as I kept looking for "Hyper" just being blind.

HanneSThEGreaT
February 1st, 2010, 07:54 AM
It happens Jim :D

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