Results 1 to 3 of 3

Thread: Only listing smaller files in an Open Dialog Box

  1. #1
    Guest

    Unhappy

    Tryin to figure out a way to filter the files shown in the open dialog box by their filesize. Thru API preferably but not required.

    I'de like it to only show files under 14k. Any thoughts? ideas?...anyone?

  2. #2
    New Member Wonder Woman's Avatar
    Join Date
    May 2000
    Posts
    9
    CommonDialog1.MaxFileSize
    100% Wonder Woman

  3. #3
    Guest
    The MaxFileSize property allocates memory to store the actual names of the selected file or files. It only deals with the name of the file (multi-selections and long filenames), not the actual size of the file.

    Thanks though for the reply ww.

    hmm...stupid thing...Be more easy!!

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