Search Tools Links Login

Storing Pictures in memory DC


Visual Basic 6, or VB Classic

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

Original Author: Nick Thompson

Assumptions

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.

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 107 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD1253212102000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 5,283 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.