-
Hello to all!
I have a problem, i have made a project that draws tree times of lines,(line,arc,circle), but i havent found another place to drw then so i give the opurtonity to draw them on a form(With border=0....), but now i can´t save the drawind to a file, i realy need help, bacuse i have to deliver the project ASP.
if someone could help me, thanks.
-
OK, you need to draw to a picture box, set autoredraw to true, then to save use
Code:
Picture1.Picture = Picture1.Image
SavePicture Picture1.Picture, "C:\MyDir\Filename.bmp"
and it'll be saved.
-
Thank´s Sam
Thank you Sam, my grade depended on this project.