How can a programmer SAVE the image in a picture box control in a format such as Bitmap etc?
Regards
Richard Collett
Printable View
How can a programmer SAVE the image in a picture box control in a format such as Bitmap etc?
Regards
Richard Collett
Savepicture Picture1.Image, "c:\my documents\pic.bmp"
thanks
Richard