MariaSimski
Programmer
What I need to do is to change a bitmap file by using VB,
or API functions in VB. I know how to load the bitmap and how to change bits on the screen (SetBitmapBits, SetPixel), but the file itself always remains unchanged. How do I save
the bitmap after its bits have been chaged in the memory,
so that when I open the file again it will be a different
image.
or API functions in VB. I know how to load the bitmap and how to change bits on the screen (SetBitmapBits, SetPixel), but the file itself always remains unchanged. How do I save
the bitmap after its bits have been chaged in the memory,
so that when I open the file again it will be a different
image.