VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Storing Pictures in memory DC

Nick Thompson  (6 Submissions)   Graphics   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Ever wondered how to store images in memory instead of picture boxes. I will show you the few lines of code needed. Its simple, much faster than using picture boxes plus you can create the ?DC's at run time, doing that with pictureboxes is almost impossible. Great for games. Demonstrates bitblt 'ing out to the form from them

Assumes
Basic API knowledge in useful

Side Effects
You can run out of memory if you do not exit the program with the proper exit since that does not release the memory.

Rate Storing Pictures in memory DC (5(5 Vote))

Download Storing Pictures in memory DC

Storing Pictures in memory DC Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters