Inherit a form from other form

  • Thread starter Thread starter solved by design
  • Start date Start date
S

solved by design

Hi all!

Is that possible, linke in C#? How? I cannot find how do it.

Thanks in advance.
 
Yes, but then Visual Editor says:

The designer could not be shown for this file because none of the
classes within it can be designed. The designer inspected the following
classes in the file: TestForm --- The base class 'FormIdentities' could not
be loaded. Ensure the assembly has been referenced and that all projects
have been built.
Hide

at
System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager
manager)
at
System.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
manager)
at
Microsoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager
serializationManager)
at
System.ComponentModel.Design.Serialization.BasicDesignerLoader.BeginLoad(IDesignerLoaderHost
host)


I've tried creating a normal form and then changing the antecessor and
including header of the parent class.

--
Leyendo:
ORA:CLE (O'Donnell)
 
Back
Top