Search results for query: *

  1. G

    Question Creating pictureBox Array at run time

    Actually, I did (see original post at the top).. and I was wrong.. I cleaned up the code to do only what I want, and it didn't work again.. So here's what I'm trying to do. I've put this code in the _Load sub procedure (so, maybe this is the wrong place to put it?): Dim invaders(4) As...
  2. G

    Question Creating pictureBox Array at run time

    Ok.. something I tried in the past that didn't work all of a sudden is working.. let me do some more investigation..
  3. G

    Question Creating pictureBox Array at run time

    I am using VB Express, so I don't have Solution Explorer or Designer.vb file, os if you don't mind, please tell me what code I need to add to make this visible on the form. If you're referring to adding this line inside the for loop: Me.Controls.Add(invaders(x)) I've tried it and it doesn't...
  4. G

    Question Creating pictureBox Array at run time

    What would I need to add to make that code appear on a form?
  5. G

    Question Creating pictureBox Array at run time

    I've poked around the internet and this forum and can't get a clear answer to this: I'm trying to get an array of pictureBox(es) to appear on the form. Nothing I try seems to work, so.. any help would be appreciated. I va esomething like this: Dim invaders(4) As PictureBox...
Back
Top