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
    79

    A very difficute question??

    Hello:
    I use VC++6.0 MFC ScrollView class.I set Scroll size 6800.
    For quickly display graphic when I resize the graphic.I
    use redraw (lines,and so on)to memory .From memory to display.
    But when I set the memory is 6800.Run the program,the result
    is there isn't enough memory or speed very very slowly.
    What will I do?would you help me and give me any advice?
    Thank you very much!
    Yoh-Hei


  2. #2
    Join Date
    Aug 2000
    Location
    Hobart, Tasmania, Australia
    Posts
    16

    Re: A very difficute question??

    I'm not sure I fully understand what you are doing, but are you blting an entire image instead of just the portion that is in view ? If so, that will surely slow you down.



    Christian

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