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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Splitter window

Splitter window

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialhelplearning
2 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.
  • G Offline
    G Offline
    gReaen
    wrote on last edited by
    #1

    Hello everyone, I'm tryin to build a new vc++ MFC project which should result in a dialog with splitter windows. I went through few tutorials but that didn't had any direct step by step approach. Whenever i see a ample code for splitter window example project, i dont understand where the splitter dialog resides in the resource. I would like anyone to suggest a easy way of doing the same.... Is it necessary to write the code manually instead of any drag and drop approach.... Plz help...

    The problems that exist in the world today cannot be solved by the level of thinking that created them. - Albert Einstein

    M 1 Reply Last reply
    0
    • G gReaen

      Hello everyone, I'm tryin to build a new vc++ MFC project which should result in a dialog with splitter windows. I went through few tutorials but that didn't had any direct step by step approach. Whenever i see a ample code for splitter window example project, i dont understand where the splitter dialog resides in the resource. I would like anyone to suggest a easy way of doing the same.... Is it necessary to write the code manually instead of any drag and drop approach.... Plz help...

      The problems that exist in the world today cannot be solved by the level of thinking that created them. - Albert Einstein

      M Offline
      M Offline
      Member 754960
      wrote on last edited by
      #2

      Look here You won't find the splitter window in the dialog resource because it is a window! The splitter window must be attached to a frame window, so you have to manufacture one of these in the dialog class. Each of the splitter window panes requires a view class so you have to generate these as well. See CreateViews() in the sample application.

      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