Changes

Drawing, Graphics, and Images VB6

0 bytes added, 07:16, 11 February 2008
/* Steps to Smooth Animation */
The following lines were added (+) and removed (-):
:# Load into PictureBox then use BitBlt -or-## Load into PictureBox then use BitBlt -or-:# Load into memory DC then use BitBlt (less memory, time, and resource)## Load into memory DC then use BitBlt (less memory, time, and resource):# Use a Timer Control -or-## Use a Timer Control -or-:# Throttle technique (looping continously)## Throttle technique (looping continously):# Optional use Back Buffer (flickers more on small images)## Optional use Back Buffer (flickers more on small images):# Optional use StretchBlt to resize Sprite## Optional use StretchBlt to resize Sprite
Bureaucrat, administrator
16,192
edits