when i click to a node in the treeview i want to see it’s corresponding form in the splitcontainer.panel2,there have diffrent nodes and forms.if any one knows please help me
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First you have to create an empty panel in the splitcontainer. and then In the “NodeClick” event of the treeview all you have to do is:
ShowFormInPanel(Form, Panel)
NOTE: Take care with memory, because this doesn’t dispose closed forms, it just hides them.