Base form controls not visible in child form
        Posted  
        
            by Kildareflare
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kildareflare
        
        
        
        Published on 2010-06-02T10:04:14Z
        Indexed on 
            2010/06/02
            10:14 UTC
        
        
        Read the original article
        Hit count: 241
        
Hello
I'm using C#.Net and have a base form that is inherited by several forms.
Until yesterday, when the child (derived) form was opened in the designer the base forms controls would be displayed and shown as locked.
Now, however the form is simply blank. None of the base forms controls are visible in the designer. Everything compiles, builds and runs OK.
Has anyone else seen this?
I've tried placing a call to the base forms InitializeComponent method in the derived forms OnLoad method but to no avail.
© Stack Overflow or respective owner