This code will teach you on how to load a picture or image on a Picture Box Control from
your hard drive,the basic and simple code will look like this:
Private Sub Command1_Click()
Picture1.Picture = LoadPicture("E:\Button Cancel copy.jpg")
End Sub
your hard drive,the basic and simple code will look like this:
Private Sub Command1_Click()
Picture1.Picture = LoadPicture("E:\Button Cancel copy.jpg")
End Sub
Hope this will help your simple Problem!
Happy Coding ^_^
Leave a comment