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. scroll bar

scroll bar

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
5 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.
  • W Offline
    W Offline
    wong1907
    wrote on last edited by
    #1

    How to add a scroll bar in CView? (MDI APP) ;P:-D

    C 1 Reply Last reply
    0
    • W wong1907

      How to add a scroll bar in CView? (MDI APP) ;P:-D

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Derive from CScrollView instead. Christian We're just observing the seasonal migration from VB to VC. Most of these birds will be killed by predators or will die of hunger. Only the best will survive - Tomasz Sowinski 29-07-2002 ( on the number of newbie posters in the VC forum ) Cats, and most other animals apart from mad cows can write fully functional vb code. - Simon Walton - 6-Aug-2002

      W 1 Reply Last reply
      0
      • C Christian Graus

        Derive from CScrollView instead. Christian We're just observing the seasonal migration from VB to VC. Most of these birds will be killed by predators or will die of hunger. Only the best will survive - Tomasz Sowinski 29-07-2002 ( on the number of newbie posters in the VC forum ) Cats, and most other animals apart from mad cows can write fully functional vb code. - Simon Walton - 6-Aug-2002

        W Offline
        W Offline
        wong1907
        wrote on last edited by
        #3

        But my existing program are come from CView, how to modify it? thx!!!

        C 1 Reply Last reply
        0
        • W wong1907

          But my existing program are come from CView, how to modify it? thx!!!

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          You cunningly place your cursor between the C and the View and type S-c-r-o-l-l. Seriously, you just need to derive your existing view from CScrollView instead, which means a few changes in the .h and .cpp file, and it will work. Look up CScrollView in the MSDN, I forget how to set the scrollable area off the top of my head. Christian We're just observing the seasonal migration from VB to VC. Most of these birds will be killed by predators or will die of hunger. Only the best will survive - Tomasz Sowinski 29-07-2002 ( on the number of newbie posters in the VC forum ) Cats, and most other animals apart from mad cows can write fully functional vb code. - Simon Walton - 6-Aug-2002

          W 1 Reply Last reply
          0
          • C Christian Graus

            You cunningly place your cursor between the C and the View and type S-c-r-o-l-l. Seriously, you just need to derive your existing view from CScrollView instead, which means a few changes in the .h and .cpp file, and it will work. Look up CScrollView in the MSDN, I forget how to set the scrollable area off the top of my head. Christian We're just observing the seasonal migration from VB to VC. Most of these birds will be killed by predators or will die of hunger. Only the best will survive - Tomasz Sowinski 29-07-2002 ( on the number of newbie posters in the VC forum ) Cats, and most other animals apart from mad cows can write fully functional vb code. - Simon Walton - 6-Aug-2002

            W Offline
            W Offline
            wong1907
            wrote on last edited by
            #5

            I also use this tricky method before. But when I execute it, even there is no error and warning are detected. The program will terminated when I open a new file. I dont know why THX!!!

            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