PDA

Click to See Complete Forum and Search --> : How to save a picture from a PictureBox?


Stiletto
Apr 28th, 2001, 09:34 AM
Sups all
I need to know how can I save a picture from a PictureBox
Can someone plz tell me how?

Megatron
Apr 28th, 2001, 10:04 AM
Use the SavePicture method.

SavePicture Picture1.Picture, "C:\MyPicture.bmp"