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.
Re: CommonDialog probleme
Quote:
Originally posted by choas
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.
Are you concerned that the user doesn't see both of the two choices at the same time?