Results 1 to 3 of 3

Thread: Creating new stuffs

  1. #1

    Thread Starter
    Member nXt's Avatar
    Join Date
    May 2001
    Location
    UK
    Posts
    37

    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!

  2. #2
    Not NoteMe SLH's Avatar
    Join Date
    Mar 2002
    Location
    192.168.0.1 Preferred Animal: Penguin Reason for errors: Line#38
    Posts
    3,051
    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.


  3. #3
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    uk
    Posts
    327
    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
  •  



Click Here to Expand Forum to Full Width