FileDialog

rtesluk

Member
Licensed User
Longtime User
Jan 11 2012
05:30 Hourss

I am using agraham's FileDialog with

Fd.ShowOnlyFolders = True

because I just want to select a folder.

After selecting a folder the EDIT BOX does not show the selection which makes it confusing if you have selected a folder or not.

So I added MsgBox2 to the code to allow the user to decide if the selected folder is the one that should have been selected.

I have uploaded the zip file of the test project as well as some images of the process of selecting a folder.

Is there any way to get the name into the EDIT BOX OR to hide the EDIT BOX?

Any comments would be appreciated on this matter.

Ray Tesluk :sign0104:
Port Hope ON
Canada
 

Attachments

  • FileDialog20120111.zip
    323.5 KB · Views: 831
  • DialogClickOK.jpg
    DialogClickOK.jpg
    8.8 KB · Views: 572
  • DialogClickSelectedAFolder.jpg
    DialogClickSelectedAFolder.jpg
    7.7 KB · Views: 480
  • DialogClickSelectedAFolderMsgBox2.jpg
    DialogClickSelectedAFolderMsgBox2.jpg
    8.5 KB · Views: 508
  • DialogMsgBox2Result.jpg
    DialogMsgBox2Result.jpg
    5.2 KB · Views: 415

pluton

Active Member
Licensed User
Longtime User
I don't know for EditBox but first when I open I see that ret isn't declared (see screenshot)

ret.png
 
Upvote 0
Top