Hello sir,
I want HTML coding to be displayed in textbox.
I having 3 forms. When i press button in form2 the code to be executed.
So i used the coding below. But am gettting the path of that html file as output. But i actually wants only the code to be displayed.
Code:Private Sub LinkLabel4_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel4.LinkClicked Form3.TextBox.Text = (Application.StartupPath & "\Check\c4.html\") Form3.Show() End Sub




Reply With Quote