yeah, there is a much quicker way of copying the bitmap from file to a picturebox (or anything that has a DC)

basically, u load the image from a file using some API and into a DC. from there, u can use BitBlt to copy it or parts of it to the screen. u can do all sorts of stuff with it

try [url]www.vbexplorer.com[\url] or mail me