CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    CScrollView: 0 - 32,767 scroll range problem

    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.....


  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: CScrollView: 0 - 32,767 scroll range problem

    Try this:

    http://www.codeguru.com/doc_view/bigscroll.shtml

    Regards,

    Paul McKenzie


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured