I am wanting to create a browse (fileOpen Dialog) button to search my local drive and then write out the selected path to a text field.
I am using Visual Studio Express 2010
Any help much appreciated!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
You can use the file open dialog
The file open dialog on success returns the path of the file which is selected,
you can then use the returned path and show it on the label.
The string will have the file path
assign it to the label.