Actually, if you look for the help on the search path argument in the GetFirstFile function panel you should see the discussion on * and *.* wildcards being used.
Sorry, I don't really have any good advice on your display problem. I don't really know what you mean about "zoom factor". How are you "zooming" a bitmap. Our canvas do not have advanced image processing built for things like pixel elimination in display, etc. Therefore, in displaying bitmaps at a size other than the actual size of X by X pixels could result in horizontal or vertical bars due to pixel intersections. If you are just drawing a bitmap at a rect size other than the actual size, it doesn't suprise me that the drawing may have flaws since we don't
have algorithms in the canvas to do scaling of image files.
Chris