FAQ & Knowledge Base

Herzlich Willkommen in unserer Wissensdatenbank. Nutzen Sie die Suchfunktion oder durchstöbern Sie unsere Kategorien, um Antworten auf Ihre Fragen zu erhalten.

Kategorien: ShellBrowser .NET Components | Alle Kategorien anzeigen

Die folgenden Inhalte sind leider nicht auf Deutsch verfügbar.

Components for searching

Frage / Problem

Is there a ShellBrowser component that supports searching for files by criteria such as file type or size?

Antwort / Lösung

You may either use the FileList or the SearchEdit control.

For the FileList please take a look at the "JamSearch" example that is shipped with all ShellBrowser editions.

While the FileList can be used standalone, use the ShellSearchEdit control for your users to input search phrases. Search results will be presented in a ShellListView or ExplorerBrowser control linked with the same ShellControlConnector. Check the component in the JamExplorer or ExplorerBrowser sample project.