|
-
Sep 21st, 2000, 06:07 PM
#1
Thread Starter
Junior Member
When my file open dialog box opens, i want it to only display the files of default filter type. For instance, filter is set for dbf files so i only want to see dbf files in the box. How do i do this?
thanks in advance
-
Sep 21st, 2000, 06:12 PM
#2
Here you go:
Code:
CommonDialog1.Filter = "DBF (*.dbf)|*.dbf"
-
Sep 21st, 2000, 11:28 PM
#3
-
Sep 22nd, 2000, 06:17 AM
#4
That's what he's using though. Is he not?
-
Sep 26th, 2000, 07:07 PM
#5
Hmm...
I guess it is.
Code:
CommonDialog1.Filter = "Database Files (*.dbf)|*.dbf"
is a good idea if that is what he is using .
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
|