I have no experience with frames.
How to use a Tree View with frames?
I need to switch among nods of the Tree View and show assigned Frame to the selected node.
Big big thank for help!!!
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.
It doesn’t really make any difference if the
Dataof nodes hold a pointer to a frame or any other kind of object, typecast the pointer to the type of object it holds.Below code adds two frames (‘Frame2’ and ‘Frame3’, created by the IDE – much like a new form), as nodes of a TreeView, and sets the visibility of the selected node’s frame to true and the deselected one’s to false.