Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
- In my C# WPF windows Application I want to create a control similar to File-Upload in web applications ... of course there won't be server in windows application to save uploaded images
- I used Text Box and 2 buttons (Browse) and (Upload):
- I want when I press (Browse) button ...open file dialogue to search for my images in my computer
- when I choose image ... its path appear in text box
- when I press (Upload) button ..image is saved in my database and shown in an Images slider
- also I ask about how to make that Image slider
- if I have 3 upload controls in the same window but every one is related to certain content .. and all images uploaded by 3 upload controls are shown in image slider .. can I Link each image with its own content when I try to preview a summary for my work??
- Note: I looked for many questions here related to what I want .. but there is no clear answer with correct code ..so I wish you can help me ..thank you
here is a picture to explain what i want
http://www.4shared.com/photo/43SyyVYf/q_online.html
Posted
Comments
WajihaAhmed 31-Dec-12 13:22pm    
Show us your code, What you have tried?

1 solution

you may follow this link click
 
Share this answer
 
Comments
Hatem Ghazy 31-Dec-12 15:54pm    
what about the main point ...upload control ..how can i do it??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900