Click here to Skip to main content
15,890,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am using openfiledialog in my application to set image to picture box.
Its working properly after that i want to save image path along with other details about person in access database.If I do not use openfiledialog then it will take database from debug(default location) folder but if i use openfiledialog to set image then it ask database form that directory where image is located,which i do not want.

I am not getting how to treat with this problem.

Thanks in advance :)
Posted
Comments
avigodse 24-Mar-11 11:18am    
Please refine your question, and guide the details of your problem. so we'll help you better.

1 solution

Take a look at the RestoreDirectory[^] property of the OpenFileDialog.

Having this set incorrectly could be the cause of your problem.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 24-Mar-11 14:26pm    
Agree, a 5.
--SA

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