S Soon Lee Jan 1, 2005 #1 Any one know how to create a array of labels in vb.net. the old way of copy in vb6 dont seem to work any advice Regards
Any one know how to create a array of labels in vb.net. the old way of copy in vb6 dont seem to work any advice Regards
R Rob Windsor [MVP] Jan 1, 2005 #2 VB.NET does not have control arrays however you can simulate the functionality using one event handler for multiple controls. For more information check out this article. http://www.syncfusion.com/faq/winforms/search/747.asp
VB.NET does not have control arrays however you can simulate the functionality using one event handler for multiple controls. For more information check out this article. http://www.syncfusion.com/faq/winforms/search/747.asp