Hi,Problem with using the CollectionEditor class for component class in C#.
I have created a Windows Component class(in C#) which will be used by the other developers in their application during the design time. The developers will add the component into the tool box by adding the reference to it. Later they drag and drop the copmponent on the Windows form.
I needed the component in such a way that the developer could add the collection items into it. So I have inherited the CollectionEditor class in the component.
Am able to add the collection items into the collection editor. But am not getting the added items back when I close the windows application and open it again.ie., it doesn't appear to be assigning the added items to the actuall collection in the form's InitializeComponent() function.
> Can you please suggest me some solution.
> Woould be nice if you reply me in English..........