MFC Splitter - messages
-
I have a splitter with tree control in left pane and need to display bitmaps in the right pane. There are many nice splitter samples here but none of them explains how to interact between left and right panes. I tried to send message from parent to siblings but it did not work. Thanks for reading. Vaclav
-
I have a splitter with tree control in left pane and need to display bitmaps in the right pane. There are many nice splitter samples here but none of them explains how to interact between left and right panes. I tried to send message from parent to siblings but it did not work. Thanks for reading. Vaclav
-
Vaclav wrote:
how to interact between left and right panes.
You want to interact between the "Views" in the panes yes? One way is to use CDocument::UpdateAllViews(...)
Not really, I want the left pane tree control OnSelectionChanged method to display bitmap in the right pane. Actually I want to have tab control in the right pane to display selected bitmas as required. I can figure out the tab, for now I just need to interact from left pane to right. Vaclav
-
Not really, I want the left pane tree control OnSelectionChanged method to display bitmap in the right pane. Actually I want to have tab control in the right pane to display selected bitmas as required. I can figure out the tab, for now I just need to interact from left pane to right. Vaclav