Object Inheritance on Forms

  • Thread starter Thread starter Christopher Weaver
  • Start date Start date
C

Christopher Weaver

When I place a visual object on a superclass form and run the app it shows
up on the subclass forms. How do I get it to show up on the subclass forms
at design time?
 
Never mind!

I read the message that informed me that the objects placed in the
superclass would not show up in any open designer until I rebuilt the
project and so I did rebuild the project.... really I did!. But, for
whatever reason I do not know, it decided not to show up until this morning.
And if anybody else is wandering down the same path as myself, don't forgert
to change the default declaration to public if you want to allow changes in
the subclass.
 
Back
Top