I am having trouble assigning the file/path refrence to a text box using the common dialog object.
I make a Edit box, one button called BROWSE, and a common dialog.
When I press browse, the common dialog shows the FOLDER selector which is fine. When I press OK, it will not transfer the folder name and path into the edit box.
My code is something like:
Folder Dialog OK
-Edit box text = dialog.folder
Nothing happens D:
Please halp!
~Sol