Click here to Skip to main content
15,910,886 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to show photos in picture box when I take the pictures via mobile phone. and then, I wanna save those photos to database. how do I start in C# Windows Application?
Posted
Comments
MCY 28-Oct-13 14:03pm    
how do you transfer photos from phone to computer?
Ye Htut 5-Nov-13 23:35pm    
When I take the photos with phone, I want to save that photos to a specific folder in my computer.
MCY 7-Nov-13 4:36am    
I don't have much knowledge on phone-to-computer file transfer via c# and I think it strictly depends on phone brand (it could be near to impossible for iPhone, for example). But after that stage, you can show a photo in a picture box as http://stackoverflow.com/questions/11487901/c-sharp-change-pictureboxs-image
and save that file to your database as binary data or string64 representation, depending on your approach.

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