Is it possible to filter openFileDialog in C# only for 24-bit Bitmaps ?
Is it possible to filter openFileDialog in C# only for 24-bit Bitmaps ?
Share
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.
As far as I know, no. It might be possible to add a filter for this to the Windows Explorer (using rootkit strategies) but this doesn’t sound very valueable nor useful for a real world application. Your best bet is allowing the user to pick an image and then checking it right after closing the dialog window.