Sups all I need to know how can I save a picture from a PictureBox Can someone plz tell me how?
Use the SavePicture method. Code: SavePicture Picture1.Picture, "C:\MyPicture.bmp"
SavePicture Picture1.Picture, "C:\MyPicture.bmp"
Forum Rules