oohhh my good.. i forgot how to... load a picture into a picturebox using code... picture1.picture = "C:\blah.gif" ????
___________________________ Chris
You need to use the load picture function. Code: Picture1.Picture = LoadPicture("c:\windows\circles.bmp")
Picture1.Picture = LoadPicture("c:\windows\circles.bmp")
Iain, thats with an i by the way!
Forum Rules