Jun 20, 2002 #1 Serban Programmer Sep 25, 2001 36 RO Hi I draw a picture in a Picture Control and after that I want to save my picture on disk in a bmp file. How can I do this? Thanks Mircea Serban
Hi I draw a picture in a Picture Control and after that I want to save my picture on disk in a bmp file. How can I do this? Thanks Mircea Serban
Jun 20, 2002 #2 ToniBy Programmer Jun 20, 2002 3 CH Serban, do this: SavePicture objPictureBox.Image, sFileName & ".bmp" Toni Upvote 0 Downvote