|
-
May 31st, 2000, 12:15 AM
#1
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.
-
May 31st, 2000, 12:20 AM
#2
Frenzied Member
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.
-
May 31st, 2000, 12:26 AM
#3
Thank´s Sam
Thank you Sam, my grade depended on this project.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|