Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6123163
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:59:00+00:00 2026-05-23T15:59:00+00:00

im developing a c# application (Photo Album Viewer), Im having Picturebox (Displays the selected

  • 0

im developing a c# application (Photo Album Viewer), Im having Picturebox (Displays the selected image in List ) and listbox (Lists the images available ibn database table ).
I can upload and store the images easily.
Now i want to download the image i.e. selected in the listbox
is there any standard procedure to capture the image in picture box and download the selected image?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:59:00+00:00Added an answer on May 23, 2026 at 3:59 pm

    I think what you are looking for is something like this (this is barebones, and would need a lot more error checking, etc.). Make a button to save the image (or however you are going to handle that aspect of it).

        private void SaveMe_Click(object sender, EventArgs e)
        {
            SaveFileDialog save = new SaveFileDialog();
            save.Filter = "JPEG files (*.jpg)|*.jpg";//change for your needs
            if (save.ShowDialog() == DialogResult.OK)
            {
                pictureBox1.Image.Save(save.FileName);
            }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing application on Images. In that if I click on same image
I am developing a web application that displays images. I would like to display
I am developing an application for iphone that will pick an image from photo
Im developing an application which having Images as a Index on selection of particular
I'm developing an application and I'd like to list the images present in the
I am developing an Phonegap & jQuery-Mobile Application for Android. After taking a photo
I am developing application which is having Gujarati font in text-view but my problem
I am developing an application that manages a photo contest. In that application, I
I am developing a web application, I need a modern photo gallary using ajax
I am developing Windows Phone 7 application (7.0) and want to take photo without

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.