I want the user to be able to edit the interface, but the only things are two images..so how, on form load, can I load the images from the dir into a picture box?
Printable View
I want the user to be able to edit the interface, but the only things are two images..so how, on form load, can I load the images from the dir into a picture box?
btw whats the difference in a image box and a picture box
Picture1.Picture = LoadPicture("c:\theDir\filename")
A picturebox has more capabilities than image. It can be a container for other controls. You can draw on it, print from it, etc.