I have an array of picture boxes as so: Dim pieces(500) As PictureBox pieces(1) = New PictureBox With pieces(1)
I\'m using C++ in VS2005 and have an 8x8 grid of buttons on a form. I want to have these buttons in an array, so when I click on any of them it will open the same event handler (I think that is what t
I\'m looking at controlling properties of an array of buttons in VB 2008 (express). I h开发者_开发技巧ave been looking at the sample code from a whitepaper at MS, and it kind of makes my head spin com