When i save a file with the Intel JPEG library code thingumubobber, there are no errors but it saves it as a big black square. Anyone know what im doing wrong?
Printable View
When i save a file with the Intel JPEG library code thingumubobber, there are no errors but it saves it as a big black square. Anyone know what im doing wrong?
If you've BitBlt'd a picture in a picturebox, save the .Image property (also if you've done SetPixel, PaintPicture [i think], etc). Also, if it's invisible, make sure AutoRedraw is set to true. If it's visible and autoredraw is set to true, make sure to call .Refresh after.
Ok thanks, thats probly it. Im using a control for capturing the active window (AXCapture) and i was saving the pic dircetly from that so ill try putting it into an auto-refreshing picture box.