I am using the TShellTreeView in my Application, I want it to display only files I specify. For example how could I only show the following files in the TShellTreeView:
- Text Files (*.txt)
- Rich Edit Files (*.rtf)
- Word Documents (*.doc)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to About.com, which, by the way, is the first item to be shown in a Google search, you can use the
OnAddFolderevent and set theCanAddboolean variable totrueorfalse. Contrary to the name of the event, this is called for both files and folders.