anthonyra
April 28th, 1999, 09:23 AM
I have recently been developing an application that uses a class derived from CScrollView. I noticed a problem when I loaded a large document that caused my scrollbar to range from 0 to >=32K. I tried changing the scroll range to the following values (x > 0 to y), where y is a value > 32K and y - x = 32K. This did not seem to help. If anybody has got any infomation on how very large documents can be scrolled properly with a CScrollView derived class please fill me in.....