bapon
March 23rd, 2004, 09:49 AM
Hi,
I wrote a c++-program using bcc32 and windows sdk, that draws wandering rectangles on a window. So far working.
Unfortunately my rectangles need to wander past the window boundaries (think of a car that is moving to the right continually).
To bring such a car back to visibility probably involves scrolling to the right.
Here begins my problem.
How do you do that without graphical development tools, using only windows SDK ?
Related question: Does my client area grow beyond the window boundaries, i. e. can I draw a little rectangle at the point x_horizontal = 100000... of my client area ?
Thanks for helping.
Bapon
I wrote a c++-program using bcc32 and windows sdk, that draws wandering rectangles on a window. So far working.
Unfortunately my rectangles need to wander past the window boundaries (think of a car that is moving to the right continually).
To bring such a car back to visibility probably involves scrolling to the right.
Here begins my problem.
How do you do that without graphical development tools, using only windows SDK ?
Related question: Does my client area grow beyond the window boundaries, i. e. can I draw a little rectangle at the point x_horizontal = 100000... of my client area ?
Thanks for helping.
Bapon