January 20th, 2009, 07:50 AM
Does that explain why I can zoom in but the scroll bars don't move?
January 19th, 2009, 08:16 PM
I'm learning on my own how drawing icons, scaling, and scrolling using Visual C++. My project is to place any icon in the child window, zoom in or out, and scroll anywhere. I am able to place icons...
August 22nd, 2008, 08:34 PM
I'm having a similar problem where I'm trying to draw rectangles but they incorrectly draw over themselves when I scroll in either direction. I call my function to draw the rectangles in OnDraw. It...
August 22nd, 2008, 08:30 PM
I wanted to try something similar to this by putting adding code to OnVScroll and OnHScroll but I couldn't determine what measures the offset. Where do you put the code
SCROLLINFO si;
...
August 22nd, 2008, 08:22 PM
Did you ever fix this? I have the same problem. I'm trying to draw rectangles that seem to draw on themselves again upon scrolling in either direction. Also, the rectangles are completely redrawn...
August 22nd, 2008, 08:20 PM
Did you ever fix this? I'm trying to draw rectangles that seem to "streak" upon scrolling in either direction. Also, the rectangles are completely redrawn when I minimize then restore the window...
August 22nd, 2008, 08:13 PM
Did you ever fix this? I'm trying to draw rectangles that seem to "melt" upon scrolling in either direction. Also, the rectangles are completely redrawn when I minimize then restore the window but...
August 22nd, 2008, 08:08 PM
I'm having a problem with scrolling in which the rectangles I have drawn will incorrectly draw over the already existing rectangles when I scroll in either direction. Also, the visible rectangles...