VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Loading Windows Bitmaps in Pure VB without the LoadPicture function

by John Mikhaiel (1 Submission)
Category: Graphics
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

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

Download Loading Windows Bitmaps in Pure VB without the LoadPicture function

Download Loading Windows Bitmaps in Pure VB without the LoadPicture function (4 KB)

Loading Windows Bitmaps in Pure VB without the LoadPicture function Comments

No comments have been posted about Loading Windows Bitmaps in Pure VB without the LoadPicture function. Why not be the first to post a comment about Loading Windows Bitmaps in Pure VB without the LoadPicture function.

Post your comment

Subject:
Message:
0/1000 characters