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?
Printable View
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?
post the code you have so far
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.
Please don't ask the same question more than once.
http://www.vbforums.com/showthread.php?t=531248