Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. MFC Splitter - messages

MFC Splitter - messages

Scheduled Pinned Locked Moved C / C++ / MFC
c++data-structurestutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vaclav
    wrote on last edited by
    #1

    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

    L 1 Reply Last reply
    0
    • V 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

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      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(...)

      V 1 Reply Last reply
      0
      • L led mike

        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(...)

        V Offline
        V Offline
        Vaclav
        wrote on last edited by
        #3

        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

        L 1 Reply Last reply
        0
        • V 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

          L Offline
          L Offline
          led mike
          wrote on last edited by
          #4

          Vaclav wrote:

          Not really

          You don't have CView objects in the panes of the splitter window? Why not?

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups