changing of views
-
I have a tree control in a form view.Now i want to change the views with in the form view by selecting the items in the tree control i.e,by selecting a item in the tree control the options related to that item should display(with in the form view itself).How can i do this. Thanks.
-
I have a tree control in a form view.Now i want to change the views with in the form view by selecting the items in the tree control i.e,by selecting a item in the tree control the options related to that item should display(with in the form view itself).How can i do this. Thanks.
I would have a look at FormSwap, from 8 years ago... This article was written by Paul DiLascia in MSJ magazine. http://www.microsoft.com/msj/0998/c0998.aspx[^]
-
I would have a look at FormSwap, from 8 years ago... This article was written by Paul DiLascia in MSJ magazine. http://www.microsoft.com/msj/0998/c0998.aspx[^]
Hi, Thanks for ur reply.It is nice,but i want to change the view with in the same splitter pane in which i have the tree control.I want to change the rest of the view except the tree control i.e, the tree control remains fixed at the same place and different buttons related to each selected tree item should be displayed.As a whole switching views with in a splitter pane consisting of tree control. Thanks.
-
Hi, Thanks for ur reply.It is nice,but i want to change the view with in the same splitter pane in which i have the tree control.I want to change the rest of the view except the tree control i.e, the tree control remains fixed at the same place and different buttons related to each selected tree item should be displayed.As a whole switching views with in a splitter pane consisting of tree control. Thanks.
I have a somewhat similar situation in that the right side of the view is actually a property sheet control (tree control fixed on the left) and I use the tree control to display different 'pages' of the property sheet. When a tree item is selected I simply call a SwitchPage rotuine to display the proper page. The property sheet doesn't display tabs or anything goofy so it is somewhat transparent to the user that the seperate views are actually property pages hope this helps
cje
-
I have a somewhat similar situation in that the right side of the view is actually a property sheet control (tree control fixed on the left) and I use the tree control to display different 'pages' of the property sheet. When a tree item is selected I simply call a SwitchPage rotuine to display the proper page. The property sheet doesn't display tabs or anything goofy so it is somewhat transparent to the user that the seperate views are actually property pages hope this helps
cje