View Single Post
  #1 (permalink)  
Old 12-26-2008, 10:39 PM
bharanidharanit bharanidharanit is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Dec 2008
Location: India
Age: 22
Posts: 53
Reputation: 19
bharanidharanit is on a distinguished programming path ahead
Default Need help in Treeview

Hello sir,
I want similar coding for treeview, where for linklabel is as follows.
Code:
Private Sub LinkLabel8_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel8.LinkClicked
        WebBrowser1.Navigate(Application.StartupPath & "\source\test.html\")
    End Sub