VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Loading Windows Bitmaps in Pure VB without the LoadPicture function

John Mikhaiel  (1 Submission)   Graphics   Visual Basic 3.0   Advanced   Wed 3rd February 2021

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

Rate Loading Windows Bitmaps in Pure VB without the LoadPicture function (6(6 Vote))

Download Loading Windows Bitmaps in Pure VB without the LoadPicture function

Loading Windows Bitmaps in Pure VB without the LoadPicture function Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters