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?
im developing a c# application (Photo Album Viewer), Im having Picturebox (Displays the selected
Share
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).