waytech2003
Programmer
I want to SavePicture on a Pic0 that contains two other PictureBoxes, called Pic1 and Pic2
------ Pic0 -------
| | |
| {Pic1} | {Pic2} |
| | |
-------------------
When I SavePicture Pic0, "text.bmp"
I get an error 380 "invalid property value"
If I try this,
Pic0.Picture = Pic0.Image
SavePicture Pic0, "test.bmp"
I do not get the error, but I just get an empty image of Pic0 as my bmp.
I have searched the forum but can not find any ideas why this does not work. I thought that SavePicture would save a snapshot of a PictureBox
------ Pic0 -------
| | |
| {Pic1} | {Pic2} |
| | |
-------------------
When I SavePicture Pic0, "text.bmp"
I get an error 380 "invalid property value"
If I try this,
Pic0.Picture = Pic0.Image
SavePicture Pic0, "test.bmp"
I do not get the error, but I just get an empty image of Pic0 as my bmp.
I have searched the forum but can not find any ideas why this does not work. I thought that SavePicture would save a snapshot of a PictureBox