Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inheriting from an MDIParent Form
Message
From
02/09/2006 11:42:22
John Baird
Coatesville, Pennsylvania, United States
 
 
To
01/09/2006 23:23:44
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
01150477
Message ID:
01150509
Views:
20
Take a look at the access modifier property of your main form. It is probably set to private. In order for those fields to be available in a sub-class, I think you need to set it to protected or public.




>Hi!
>
>When I inherit an MDI Parent Form from a DLL (another project of mine like a base class library) all its components (Menu, Toolbar, BindingNavigator etc) become readonly not sure why?
>
>What am I doing wrong here.
>
>Sarosh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform