I am writting an application that creates large images in a picture box. At a certain picture box size I get the error "Can't create AutoRedraw image" for the ".Image" property of a PictureBox.
When I push the program to its limits and save the resulting bitmap, the file size is about 35 meg. I know my computer can open bitmaps bigger than this in other programs so why can't VB pictureboxes read it?
I am trying to access the picture pixel by pixel to make some alterations to it. Any suggestions?
(The picture box is set to visible = false, and AutoRedraw = false)
When I push the program to its limits and save the resulting bitmap, the file size is about 35 meg. I know my computer can open bitmaps bigger than this in other programs so why can't VB pictureboxes read it?
I am trying to access the picture pixel by pixel to make some alterations to it. Any suggestions?
(The picture box is set to visible = false, and AutoRedraw = false)