hello,
I want to link a text file in my userform.
Can i use linklabel for hyperlink?
please help me...........
thanks in advance.:confused:
shivya jain 0 Light Poster
Recommended Answers
Jump to PostAnother example
Public Class Form1 Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load LinkLabel1.Text = "Click here to go to a link" 'After setting the text of the link label the 'whole text is clickable portion of the link. 'You can optionally designate …
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.