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