Hi, I'm using KiXtart, KiXForms and KIXGUI to write a file conversion script.

As part of that, I want to provide a file/directory dialog that opens in a specific directory and allows users to select a file or directory in that directory, but they should not be able to change the directory in the dialog. In other words, the file selected *must* be in the displayed directory and the directory *must* be subdirectory of the displayed directory.

I've been using the FolderBrowserDialog and OpenFileDialog objects of Kixforms, but I can't figure out how I can make sure users cannot change directories in these dialogs.

Does anyone have any suggestions? I've been searching the UDFs for ideas, but have not been able to find anything.

Thanks so much!
Ron