I have multiple extensions in the Filter property of OpenFileDialog. Is possible to hide the extensions and show only the description?
Sample:
dialog.Filter = "Image files|*.bmp;*.jpg; many image file extensions here"
I want to show only the text: "Image files" in the file type combo box because the extension string is very long. Is this possible?