Results 1 to 2 of 2

Thread: Save Picture

  1. #1

    Thread Starter
    Lively Member Feras's Avatar
    Join Date
    Sep 2000
    Location
    Homs, Syria
    Posts
    85

    Question

    I have a program where the user will thange the picture in a several picturebox and I want keep the changes when the form minimized or refreshed.

    What I'm thinking about and asking for is to to save the picture in the picturebox in a temp file and load this picture file in the Paint event of the picture.

    So how can I save the picture to a file?

    Thanks for help.
    Yesterday is history ... Tomorrow is mistry .. Today is a gift.

    VB6 , intermidiat

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    You can save a picture using the SavePicture statement. But I would suggest setting the AutoRedraw property of the picture box to True instead.

    Best regards

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