From: "Bill" don't want more on
Brilliant! Thanks very much Woody. It's documented in version 6 too.

"Woody" <ols6000(a)sbcglobal.net> wrote in message
news:561c1965-1a60-447a-a8f2-2c8b775657ac(a)x12g2000yqx.googlegroups.com...
On Mar 24, 7:55 am, "Bill Brehm" <don't want spam> wrote:
> There are worse things. I'm putting a scrollbar in another project and I
> just discovered (maybe again, can't recall) that it has a limit of 32767
> positions.

According to VS2005 docs, the scroll bar functions support 32-bit
position data; it is only the messages WM_xSCROLL that are limited to
16 bits (32767). GetScrollInfo has an example of how to use the 32-bit
positions.