Thread: What is ScrollWindow() ?

  1. #1
    Registered User
    Join Date
    Jun 2006
    Posts
    30

    What is ScrollWindow() ?

    There is this function called ScrollWindow(), which supposed to scroll the contents of the window. Well, atleast that's what documentation says. However, when I use it, it doesn't work how I would expect it. Instead of scrolling the window and showing new content, it repeats what was already on the screen. Can somebody explain what this function really does, or give a little example of using it.

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    The function is superseded by ScrollWindowEx. There are examples of how to use either function on this msdn page but you should probably prefer ScrollWindowEx to ScrollWindow in your own applications.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. ScrollWindow()
    By Ariod in forum Windows Programming
    Replies: 7
    Last Post: 08-25-2003, 10:08 AM