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. Window Split Problem [modified]

Window Split Problem [modified]

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorial
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.
  • S Offline
    S Offline
    Shivarudrayya H
    wrote on last edited by
    #1

    Hi Friends, I developed a SDI application.Then i included the two Forms. I am able to split the window statically, But I dont know how to fix the size of those scroll bars. I want to make them fixed,should not be moved. So please any one help me out..:( Thanks Shiva -- modified at 7:48 Wednesday 10th October, 2007

    N 1 Reply Last reply
    0
    • S Shivarudrayya H

      Hi Friends, I developed a SDI application.Then i included the two Forms. I am able to split the window statically, But I dont know how to fix the size of those scroll bars. I want to make them fixed,should not be moved. So please any one help me out..:( Thanks Shiva -- modified at 7:48 Wednesday 10th October, 2007

      N Offline
      N Offline
      Nishad S
      wrote on last edited by
      #2

      shivarudrayya wrote:

      But I dont know how to fix the size of those scroll bars.

      Confusing... :confused:

      shivarudrayya wrote:

      I want to make them fixed,should not be moved.

      Want to fix the splitter position?

      - NS -

      S 1 Reply Last reply
      0
      • N Nishad S

        shivarudrayya wrote:

        But I dont know how to fix the size of those scroll bars.

        Confusing... :confused:

        shivarudrayya wrote:

        I want to make them fixed,should not be moved.

        Want to fix the splitter position?

        - NS -

        S Offline
        S Offline
        Shivarudrayya H
        wrote on last edited by
        #3

        Ya exactly.. :(

        Reagards Shiva

        N 1 Reply Last reply
        0
        • S Shivarudrayya H

          Ya exactly.. :(

          Reagards Shiva

          N Offline
          N Offline
          Nishad S
          wrote on last edited by
          #4

          Deriving a class from the CSplitterWnd and override the OnMouseMove, OnLButtonDown, etc and skipping the default call to CSplitterWnd::OnMouseMove, CSplitterWnd::OnLButtonDown, etc., might be a solution.

          - NS -

          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