|
-
Nov 13th, 2000, 05:41 AM
#1
Thread Starter
Lively Member
I have used the image control on a form to perform some animation light tower, which I have drawn 8 images to make it turns. In code, I used the timer to make it animated, but the graphics does not look good at all as using timer, it blinks evry now and then. Any idea make it blinks goes away ?
-
Nov 13th, 2000, 05:48 AM
#2
First, try it with picturebox. If it still blinks, then it may be the image format. Best format to use is bmp, even if it may take a lot of space.
You could also try GetTickCount and other API functions, or set screen refreshing off before you change switch to next frame in timer, and restoring it after changing. I don't know how to do this, though.
Hope this helps,
-
Nov 13th, 2000, 07:09 AM
#3
_______
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
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
|