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. ScrollWindowEx Problem!

ScrollWindowEx Problem!

Scheduled Pinned Locked Moved C / C++ / MFC
c++helptutorialquestion
3 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
    G Richard
    wrote on last edited by
    #1

    does anyone knows how to use ScrollWindowEx? c++ : my dream

    A 1 Reply Last reply
    0
    • G G Richard

      does anyone knows how to use ScrollWindowEx? c++ : my dream

      A Offline
      A Offline
      alex barylski
      wrote on last edited by
      #2

      Nope..no one uses ScrollWindowEx anymore... ;P I'm afraid your going to have to be more specific than that... Cheers "An expert is someone who has made all the mistakes in his or her field" - Niels Bohr

      G 1 Reply Last reply
      0
      • A alex barylski

        Nope..no one uses ScrollWindowEx anymore... ;P I'm afraid your going to have to be more specific than that... Cheers "An expert is someone who has made all the mistakes in his or her field" - Niels Bohr

        G Offline
        G Offline
        G Richard
        wrote on last edited by
        #3

        I want to use the ScrollWindowEx to animate window, when scrolling. i mean I can't use ScrollwindowEx do the same thing that scrollwindow do, if i change the last parameter to SW_SMOOTHSCROLL. it can't update the region scrolled.why not have a try? you can test the following code inyou application. ... CRect rcClient; GetClientRect(&rcClient); ScrollwindowEx(100,0, &rcClient, &rcClient, NULL,NULL, SW_SMOOTHSCROLL); ... c++ : my dream

        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