Knowledgebase

status_loader

Path restriction in ExplorerBrowser

Question / Problem

Is it possible to restrict ExplorerBrowser, so that a user can not navigate freely but is restricted to a certain drive or path?

Answer / Solution

You can implement the OnNavigating event (ShellBrowser Delphi Components) or NavigationPending event (ShellBrowser .NET or WPF) respectively. Using the event handler's parameters you can check the path and stop the navigation.

Need further help getting started?

You did not find what you were looking for? Please contact us so we can provide an answer to your question.

Contact Form