|
-
Feb 21st, 2004, 06:33 AM
#1
Thread Starter
Lively Member
CommonDialog probleme (solved)
Hi, I have a little problem, in my Save Box I don't see any file, even those the file extention I set in the filter property.
CDialog1.DialogTitle = "Créé une nouvelle bibliothèque"
CDialog1.DefaultExt = "dtk"
CDialog1.Filter = "DVD-ROM (*.dtk)|*.dtk |DVD-Video (*.dtv)|*.dtv"
CDialog1.Flags = &H800
CDialog1.ShowSave
When the box open, even the *.dtk and *.dtv are not show. What's the prob please ?
Thanks in advance.
Last edited by choas; Feb 21st, 2004 at 01:19 PM.
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
|