Inherited Form doesn't show in VS.Net designer

G

Guest

I created a base form and want to inherit new forms from it. I can inherit
the forms by adding a new windows form to the project and changing its class
declaration from
public class CNForm : System.Windows.Forms.Form

to
public class CNForm : MyNameSpace.MyForm

but my problem is that i can't see this new form at design time. I get some
error saying it could not load the form. Please help...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top