|
-
Oct 8th, 2008, 06:35 PM
#1
Thread Starter
New Member
display file path into a textbox from file open dialog
i have inserted a file open dialog box into my program.
may i know how can i display the full path of my chosen file into a textbox?
-
Oct 8th, 2008, 06:45 PM
#2
Re: display file path into a textbox from file open dialog
post the code you have so far
-
Oct 8th, 2008, 07:23 PM
#3
Re: display file path into a textbox from file open dialog
How do you normally display text in a TextBox? If you don't know then the MSDN documentation can tell you. How do you get the selected file path from an OpenFileDialog? If you don't know then the MSDN documentation can tell you. You then just put the two together in a single line of code. You can access the MSDN documentation via the Help menu in the IDE and it should always be the first place you look for help. You already know exactly which classes to look up and I know that this problem requires only the use of one member of each, so the answer is easy to find.
-
Oct 8th, 2008, 08:05 PM
#4
Re: display file path into a textbox from file open dialog
Please don't ask the same question more than once.
http://www.vbforums.com/showthread.php?t=531248
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|