Oct 3, 2006 #1 theCroat Technical User Sep 27, 2006 20 HR Hello there, i have folder \temp and inside are alot of files, i'd like to see ONLY BMP files in filelist, can someone provide me some help?
Hello there, i have folder \temp and inside are alot of files, i'd like to see ONLY BMP files in filelist, can someone provide me some help?
Oct 3, 2006 #2 Andrzejek Programmer Jan 10, 2006 8,569 US Code: File1.Path = "C:\temp\" File1.Pattern = "*.bmp" HTH ---- Andy Upvote 0 Downvote
Oct 3, 2006 Thread starter #3 theCroat Technical User Sep 27, 2006 20 HR File1 .> i dont have that only List1 but when i rename File to List with your code it wont work: '424 objec required Upvote 0 Downvote
File1 .> i dont have that only List1 but when i rename File to List with your code it wont work: '424 objec required
Oct 3, 2006 #4 HughLerwill Programmer Nov 22, 2004 1,818 GB For Andy's recommendation you should be using a FileListBox control not a ListBox control. regards Hugh Upvote 0 Downvote
For Andy's recommendation you should be using a FileListBox control not a ListBox control. regards Hugh
Oct 3, 2006 Thread starter #5 theCroat Technical User Sep 27, 2006 20 HR thanks, it works ;-) Upvote 0 Downvote