|
-
Jan 31st, 2000, 04:21 AM
#1
Thread Starter
Frenzied Member
I am creating a program in which I have to move images around the screen to test for a condition, then move the images back to where they were to start with (its a chess program...have to see if player is in check before allowing the move).
Is there any way I can turn off the redrawing of the screen/form/images while the pieces are moving and then turn it on again when they're done? Thanks for your help!
-
Feb 1st, 2000, 04:47 AM
#2
Member
Have you tried turning you form's ClipControls property to false?
-
Feb 2nd, 2000, 05:03 AM
#3
Thread Starter
Frenzied Member
Thanks for the idea, but it didn't work!
~seaweed
-
Feb 2nd, 2000, 05:50 AM
#4
New Member
Try using subclassing (Im not sure how to do it properly) and intercepting the windows paint message sent to the form.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|