I know this may seem incredibly trivial but could someone please help me:
I am making a card game and have an imagelist with all the cards in a pack. Once I have randomly dealt the cards (to fourlist boxes) I then need to say:
etc.Code:cardno = Val(Me.p1.List(0)) Me.Card1.Picture = Me.Cards.ListImages.Item(cardno)
VB says this line:
is wrong. Any help please.Code:Me.Card1.Picture = Me.Cards.ListImages.Item(cardno)
Thank you very much
Richard Charlton


Reply With Quote