Windows Form array initialization March 16, 2008 array<Label^> myLabel = gcnew array<Label^>(2); myLabel[0] = label0; myLabel[1] = label1; Share Get link Facebook X Pinterest Email Other Apps Labels VC++.NET Share Get link Facebook X Pinterest Email Other Apps Comments
Comments