CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2001
    Posts
    2

    Saving PictureControl

    How can a programmer SAVE the image in a picture box control in a format such as Bitmap etc?

    Regards

    Richard Collett


  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: Saving PictureControl

    Savepicture Picture1.Image, "c:\my documents\pic.bmp"


  3. #3
    Join Date
    Mar 2001
    Posts
    2

    Re: Saving PictureControl

    thanks

    Richard


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

Featured