Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how do i use filter in folderbrowsedialog and show file in listbox


What I have tried:

im not able to use filter in folderbrowsedialog
Posted
Updated 8-May-19 21:29pm

1 solution

The FolderBrowserDialog doesn't have any Filter property - because Filters (as in the OpenFileDialog) apply to file types, and there is no concept of a "folder type" in Windows.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900