diarratech
Technical User
I am creating a small picture dictionary using ADO code and I have pbs loading the pictures from Access in a picture box.
When a user click on the combo box, a picture should appear in a picture box with a label with translation.
So far, I have been able to make everything works except displaying the pic.
My program stops here at "WordPics.Picture = mHouse.Picture"
The error msg is object required! So I used the loadpicture
WordPics.Picture = loadpicture (mHouse.Picture) and I still got an error.
Public Sub Fillfields()
lblTraduction.Caption = mHouse.Word
WordPics.Picture = mHouse.Picture
End Sub
Could anybody help me?
Thanks
When a user click on the combo box, a picture should appear in a picture box with a label with translation.
So far, I have been able to make everything works except displaying the pic.
My program stops here at "WordPics.Picture = mHouse.Picture"
The error msg is object required! So I used the loadpicture
WordPics.Picture = loadpicture (mHouse.Picture) and I still got an error.
Public Sub Fillfields()
lblTraduction.Caption = mHouse.Word
WordPics.Picture = mHouse.Picture
End Sub
Could anybody help me?
Thanks