Lets say I have a picturebox. I created a line in the picturebox useing: line(0,0)-(400,300) or something like that. How would i then save what the picturebox is showing to a bitmap file?:confused:
Printable View
Lets say I have a picturebox. I created a line in the picturebox useing: line(0,0)-(400,300) or something like that. How would i then save what the picturebox is showing to a bitmap file?:confused:
Use Picture1.SavePicture "C:\Image.bmp" :)
If you're drawing something into the image, you'll need to set AutoRedraw to True or it won't appear in the file :p