B
bill
I've got a base form with a few controls on it. I have a subclass that
inherits from the base form and it looks the part.
But when I start dropping controls on a panel (which is anchored to the top
of the form) that's inherited from the base form , the controls appear only
until I save the form. If I close and reopen the descendent form, the
controls are either invisible or have jumped up to the top of the form where
they can't be seen. I can still see their declarations in the form's class
but they're not left where I placed them.
Do I need to do anything such as set the controls in the base class from
Private to Public. What else do I need to look at?
Thanks
-Bill
inherits from the base form and it looks the part.
But when I start dropping controls on a panel (which is anchored to the top
of the form) that's inherited from the base form , the controls appear only
until I save the form. If I close and reopen the descendent form, the
controls are either invisible or have jumped up to the top of the form where
they can't be seen. I can still see their declarations in the form's class
but they're not left where I placed them.
Do I need to do anything such as set the controls in the base class from
Private to Public. What else do I need to look at?
Thanks
-Bill