how do you load a picture from file into a picture box? I know how to do this with the common dialog control but I don't know how to do this with a set path.
thanx
Printable View
how do you load a picture from file into a picture box? I know how to do this with the common dialog control but I don't know how to do this with a set path.
thanx
Picturebox1.Picture= Loadpicture("Picture path")
------------------
S-Os