Pretty simple. Let's say I wanted an option under the filter my GetOpenFileName window named "C/C++ Source Files (*.c, *.cpp)." How would I write out the filter's string so that it would include both types of files for that option?
This is a discussion on Multiple file Filters for one filter option within the Windows Programming forums, part of the Platform Specific Boards category; Pretty simple. Let's say I wanted an option under the filter my GetOpenFileName window named "C/C++ Source Files (*.c, *.cpp)." ...
Pretty simple. Let's say I wanted an option under the filter my GetOpenFileName window named "C/C++ Source Files (*.c, *.cpp)." How would I write out the filter's string so that it would include both types of files for that option?
Google would have answered this a lot faster than me!
Originally Posted by MSDN
Ahh. Good point. I'll remember that next time. In fact, I'll try that right now!