Hi, can someone tell me what is the best way to do animation. Without using controls such as PictureClipControl?
Thanks.
Printable View
Hi, can someone tell me what is the best way to do animation. Without using controls such as PictureClipControl?
Thanks.
It depends, if it's for a game you'd better use BitBlt, if it's a simple animation in a form you should use pictureboxes... :)