controlarray

C# handle control array event caused by another control

I am working on a winforms html editor with multiple editor windows as each editor window will be written to a database field. I am creating the editor windows as a control array and was hoping to just have one toolbar above them that would handle the events such as apply bold, italic... based on the window I was currently in. Unfortuna...

Problems with ShapeArray and converting it to C#

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...