Microsoft
Software
Hardware
Network
Question : How to display two types of file format in OpenFileDialog in windows application using c#
My code
----------
openFileDialog1.Filter = "XLSX file(*.xlsx)|*.xlsx|XLSM file(*.xlsm)|*.xlsm";
openFileDialog1.ShowDialog
();
Now it is displaying either .xlsx or .xlsm files one type at a time. but it want to display both file format types in the dialog box at a time. Is't possible to display like this?
I don't want to change files type option in dialogbox from one type format to another to display the files.
Answer : How to display two types of file format in OpenFileDialog in windows application using c#
try:
openFileDialog1.Filter = "Excel files (*.xlsx, *.xlsm)|*.xlsx;*.xlsm";
Random Solutions
Push not working on iphone with Exchange 2010...
GP error --> Key segment not found <-- within Customer Service Mgt
SSG5 VPN Routing, internal LAN route works, VPN route doesnt.
Setting up of a Forest Trust
iPhone Data Recovery After iOS4 Upgrade
Event ID 5000 error office11shipassert
Access Report Ribbon
Appointment booking app or service for field engineers?
Loading multi-line field using SQL Loader into Oracle Tables
execution of procedure