README.md

December 5, 2022 ยท View on GitHub

Loading Windows Bitmaps in Pure VB without the LoadPicture function

Description

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

More Info

Submitted On2001-04-07 22:16:34
ByJohn Mikhaiel
LevelAdvanced
User Rating3.5 (21 globes from 6 users)
CompatibilityVB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0
CategoryGraphics
WorldVisual Basic
Archive FileLoading Wi18067472001.zip