is it possible to add only a certain file extension to a FileListBox? like *.txt only. Thanks.
if you helped me, consider yourself thanked
VB Code: FileListbox1.Pattern="*.txt"
FileListbox1.Pattern="*.txt"
Please mark you thread resolved using the Thread Tools as shown
VB Code: File1.Pattern = "*.txt" File1.Pattern = "*.txt;*.doc;*.whatsoever"
File1.Pattern = "*.txt" File1.Pattern = "*.txt;*.doc;*.whatsoever"
Wow I just posted not even 60 seconds ago! nice Thanks alot guys appreciate it.
Forum Rules