Hi,
We have a DirListBox control in our project.

Double clicking on a directory or folder will refresh the control with the contents of that folder. (Exactly like browsing the Windows

Explorer).

We want to stop the user from browsing above a certain level.

For example, the current folder is D:\Experiments\2000 where "2000" is the folder corresponding to the current experiment that the user

has opened.

The "Experiments" folder contains folders one for each experiment.So it contains folders like "2000","3000", "8000", "9000" etc.

We want the user to stop browsng the Experiments folder which is like the parent of all sub folders. The user should be able to browse

only the current experiment folder and all its sub folders.

Is there a way of stopping the user at a certain level in the DirListBox?