I have converted a VB6 application to VB.NET, because eventually I want to convert it to C#. But I have problems in regard of ShapeArray that inherits BaseControlArray. These are my problems :
I create a RectangleShapeArray class in the VB .Net solution. And then I converted to C#.
But when calling RectangleShapeArray.Load(1), it says that the rectangle shape array doesn't have an existing Shape to clone, and that I should have add a Shape to it at design time.
But I can't find a way to add a control to the RectangleShapeArray at design time. Is there a way to add a control to RectangleShapeArray at design time ?
Any help would greatly appreciated, thanks in advance ... :)