Were you used to using control arrays in Visual Studio 6 and are now using a newer version of Visual Studio and have found that things aren't as they used to be? I have some code which was originally written in Visual Studio 6 and recently migrated it to Visual Studio 2005 and found that I was no longer able to add control arrays to my forms, but the pre-existing control arrays were still there.
In my quest to figure things out, I found a terrific series of articles which delves into this subject quite well.
VB.NET: What Happened to Control Arrays!!! (Part I)
Of particular interest is the 7th installment of the series which presents the solution I am working with in Visual Studio 2005.
VB.NET: What Happened to Control Arrays!!! (Part VII)
Published Friday, January 19, 2007 11:13 PM by dthomson
No Comments