Results 1 to 4 of 4

Thread: CommonDialog probleme (solved)

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2004
    Location
    Belgium
    Posts
    77

    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
  •  



Click Here to Expand Forum to Full Width