Win32 scrolling examples

Posted by Christopher on Stack Overflow See other posts from Stack Overflow or by Christopher
Published on 2010-05-02T17:17:30Z Indexed on 2010/05/02 17:28 UTC
Read the original article Hit count: 601

Filed under:
|
|
|
|

Could anyone point me to (or provide?) some nice, clear examples of how to implement scrolling in Win32? Google brings up a lot of stuff, obviously, but most examples seem either too simple or too complicated for me to be sure that they demonstrate the right way of doing things. I use LispWorks CAPI (cross-platform Common Lisp GUI lib) in my current project, and on Windows I have a hard-to-figure-out bug relating to scrolling; basically I want to do some tests directly via the Win32 API to see if I can shed some light on the situation.

Many thanks, Christopher

© Stack Overflow or respective owner

Related posts about win32

Related posts about scroll