Hello, I have one MFC application having two splitter windows like splitter 1 & splitter2.
I created the two splitters as static.Splitter2 is created with splitter1 as parent.Now splitter2 has one tree control(left) and variable view on the right.Based on the tree node clicks, i am displaying the corresponding views.I am able to display the corresponding view for the tree node, but the issue is the tree control looses focus of the selected node.Is the issue with passing the event notifications between the two panes.
Can anybody help me.
Thanks In Advance!!