mookie0001
Technical User
Hi,
1. I currently have a FileListBox setup to show only one file type using the Pattern option in VB 6. Because all files are of the same type, I would like to hide the file extensions for user friendliness. Is there a simple fix to do this? If not, what are my best options to do this?
2. In another FileListBox, I would like to restrict the box to show only two file types. As stated above, I am using the Pattern option to filter out other file types. However, I cannot get the Pattern to limit all but two file types. I have tried several combinations of commas and semi-colons such as [*.doc, *.txt] and [*.doc; *.txt] with no success. What am I doing wrong?
A solution to these problems would be greatly appreciated. Thanks!
-Chris
1. I currently have a FileListBox setup to show only one file type using the Pattern option in VB 6. Because all files are of the same type, I would like to hide the file extensions for user friendliness. Is there a simple fix to do this? If not, what are my best options to do this?
2. In another FileListBox, I would like to restrict the box to show only two file types. As stated above, I am using the Pattern option to filter out other file types. However, I cannot get the Pattern to limit all but two file types. I have tried several combinations of commas and semi-colons such as [*.doc, *.txt] and [*.doc; *.txt] with no success. What am I doing wrong?
A solution to these problems would be greatly appreciated. Thanks!
-Chris