|
-
Nov 19th, 2002, 05:36 PM
#1
Thread Starter
Junior Member
OpenFile Dialog's filter
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!
-
Nov 19th, 2002, 05:59 PM
#2
Good Ol' Platypus
I think a valid tag would be:
VB Code:
"All Supported Types|*.mp3,*.wav|MP3 Files|*.mp3|WAVE files|*.wav"
But, you won't learn without experimentation.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Nov 19th, 2002, 06:02 PM
#3
I thought it was separeated by ;.
VB Code:
"All Supported Types|*.mp3;*.wav|MP3 Files|*.mp3|WAVE files|*.wav"
-
Nov 19th, 2002, 06:04 PM
#4
Good Ol' Platypus
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).
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|