Oct 3, 2006 #1 theCroat Technical User Joined Sep 27, 2006 Messages 20 Location 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 Joined Jan 10, 2006 Messages 8,581 Location US Code: File1.Path = "C:\temp\" File1.Pattern = "*.bmp" HTH ---- Andy Upvote 0 Downvote
Oct 3, 2006 Thread starter #3 theCroat Technical User Joined Sep 27, 2006 Messages 20 Location 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 Joined Nov 22, 2004 Messages 1,818 Location 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 Joined Sep 27, 2006 Messages 20 Location HR thanks, it works ;-) Upvote 0 Downvote