|
-
May 3rd, 2002, 02:13 PM
#1
Thread Starter
Member
Creating new stuffs
For a card game im making. I want to have a card shop form which shows all the cards from an array which match a certain level. For example show all the cards that are level 1 and below
Is there a way to have a form that creates pictures boxes for each card equal to that level and places them next to one another?
I would use a list box but its impratical for what i am trying to achieve
Thanks!
-
May 4th, 2002, 04:16 AM
#2
Not NoteMe
How are you storing the card's details, i hope you're using a custom type
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
-
May 4th, 2002, 06:15 AM
#3
Hyperactive Member
You could create control arrays of pictureboxes, but it will be extremely inefficient on memory to do so. 52 boxes is a lot... you'd be better loading the graphics into memory using API and calling BitBlt API to draw them onto the form. Check out www.allapi.net for more on BitBlt.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|