|
-
May 30th, 2011, 07:19 PM
#3
Thread Starter
Member
Re: 2D game help!
 Originally Posted by jmcilhinney
Given that the list is not of a fixed length, you would use a List(Of PictureBox) rather than an array. That said, whether you use an array or collection, the code you posted will work if there is a PictureBox at that index.
I've tried many different things, none in which seem to work 
Here's my problem with a little bit more detail and revision
(Example of something that could help me out)
I have a button, and when you click that button, it will make 2 pictureboxes appear on the form, and move up.
How would I go about doing this without manually adding pictureboxes to the form?
Thank you
Tags for this Thread
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
|