d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Easy Question For Experienced Programmers > Simple List Question In C#
Add Reply New Topic New Poll
Member
Posts: 23,516
Joined: Aug 3 2011
Gold: 3,575.00
Feb 17 2017 11:56am
Code
public void renderCard(Card cardToRender, PictureBox display) // Renders an individual card in the hand.
{ // Rendering a card, pulls up the picture and assigns it on the picture box.

}[/CODE

Basically I'm thinking it's a list I have 52 cards (deck of cards/images) planning to link a card to each spot in the list but for some odd reason I can't get it going.
Help!
Member
Posts: 23,516
Joined: Aug 3 2011
Gold: 3,575.00
Feb 18 2017 08:13pm
Close, I made a dictionary (Didn't know these existed, bitmapped all the images into the dictionary and now hold keys o.o)
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll