how to navigate to another page on clicking one node

Recommended Answers

All 2 Replies

more details and some code would help others to understand what exactlly you want to do.

Private Sub TreeView1_NodeMouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.TreeNodeMouseClickEventArgs) Handles TreeView1.NodeMouseClick
        MsgBox("")
    End Sub

Change above coding as per ur requirements

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.