[RESOLVED] Inherting Windows Form - Adding controls
Hi,
I created a project building into class library containing a form.
In another project, I added an inherited form and inherited the form created in class library. This is running fine.
But when I try to add controls onto inherited form over the inherited form, I am not able to do so. Is there any workaround for the same?
Thanks
Re: Inherting Windows Form - Adding controls
Done. Just need to make them Public or maybe in some cases protected depending on what to let derived form inherit.