There is no built in functionality with this control to do that. I sorta circumvented the problem once by setting the size of textbox part of the control to 0 so it is invisiible and then setting another textbox next to it. Whenever a user chooses a file, the directory of where that file is in would appear in the textbox. There is some coding involved, but it is rather trivial. This is the best quick fix I can offer. sivilian