Search Tools Links Login

Loading Windows Bitmaps in Pure VB without the LoadPicture function


Visual Basic 6, or VB Classic

for those who are interested in the Bitmap File Format this is all you need. ot get started this module shows how to load Windows Bitmap Files in Pure VB that means no API calls at all, and not using the basic LoadPicture Function, it can go faster if you at use the SetPixel API instead of PSET, this is made for people who wants to go a little more advanced in saving,loading bitmaps then the basic LoadPicture() function that comes with VB. the code currently supports 24bit uncompressed bitmaps but will soon support 16-bit,256colors or grayscale(8bit),16colors(4bit) and Monochrome lineart (1bit).
a vote would be appreciated

Original Author: John Mikhaiel

About this post

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

Categories

Visual Basic 6

Attachments

Loading Wi18067472001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 4,224 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.