|
-
Feb 8th, 2005, 09:20 AM
#1
Thread Starter
Hyperactive Member
quick file filter question [RESOLVED]
Hi All,
Just a quickie if using commn dialog how do I only get 1 type of file to display.
I know it is probably quite simple.
Thanks
R
Last edited by robvr6; Feb 8th, 2005 at 11:21 AM.
Reason: RESOLVED
-
Feb 8th, 2005, 09:36 AM
#2
Junior Member
Re: quick file filter question
Are you using the CommonDialog control? What about the Filter property:
Code:
Me.CommonDialog1.Filter="The Only File You Can Select (myfile.txt)"
-
Feb 8th, 2005, 10:00 AM
#3
Thread Starter
Hyperactive Member
Re: quick file filter question
I am using the CommonDialog control and I just want .mp3 files to be visible
-
Feb 8th, 2005, 10:17 AM
#4
Addicted Member
Re: quick file filter question
VB Code:
CommonDialog1.Filter = "MP3 Files|*.mp3"
-
Feb 8th, 2005, 10:21 AM
#5
Thread Starter
Hyperactive Member
Re: quick file filter question
Thanks very much - sorted
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
|