Results 1 to 3 of 3

Thread: School project HELP!!

  1. #1
    Guest

    Question

    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.

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    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.

  3. #3
    Guest

    Wink 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
  •  



Click Here to Expand Forum to Full Width