hi,
I want to show OpenFile(s) Dialog with filter "*.mp3, *.wav" (the same as "All support files" in many software.
but I can only use "MP3|*.mp3|WAV|*.wav" (2 filters)
pls help!
Printable View
hi,
I want to show OpenFile(s) Dialog with filter "*.mp3, *.wav" (the same as "All support files" in many software.
but I can only use "MP3|*.mp3|WAV|*.wav" (2 filters)
pls help!
I think a valid tag would be:But, you won't learn without experimentation.VB Code:
"All Supported Types|*.mp3,*.wav|MP3 Files|*.mp3|WAVE files|*.wav"
I thought it was separeated by ;.
VB Code:
"All Supported Types|*.mp3;*.wav|MP3 Files|*.mp3|WAVE files|*.wav"
Like I said, experimentation. I didn't know that, but then again I don't believe I've ever used to commdlg object (only once I think).