Ask a questionAsk a question
 

AnswerFileDialog Filter Property

  • Tuesday, October 27, 2009 9:04 PMFCT2004 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I'm working on a program that creates simulated samples and then saves them to the same file format as the program that deciphers the real samples.

    The naming scheme that is used for the files includes the date and time the sample was taken with periods braking it apart, and the extension is .bwm. So, the files look something like *.<month>.<day>.<year>.<hours>.<minutes>.<seconds>.<nanoseconds>.bwm
    The sampling device runs at a really high frequency.

    I've tried using, "bwm|*.bwm|All Files|*", as my filter, but the onlything that picks up the files is the All Files option. Does anyone have any ideas on getting the SaveFileDialog to show the bwm files without showing everything else?

Answers

All Replies