oohhh my good.. i forgot how to... load a picture into a picturebox using code...
picture1.picture = "C:\blah.gif"
????
Printable View
oohhh my good.. i forgot how to... load a picture into a picturebox using code...
picture1.picture = "C:\blah.gif"
????
You need to use the load picture function.
Code:Picture1.Picture = LoadPicture("c:\windows\circles.bmp")