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?
Printable View
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?
CommonDialog1.MaxFileSize
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!!