Inherited Form doesn't show in VS.Net designer

  • Thread starter Thread starter Guest
  • Start date Start date
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...
 
Back
Top