Visual inheritence problem

Hi i really need help + advice

I have created a baseform, with a panel control on the form. 

I then created another form that inherited from the base form, the panel control shows up on the derived form and lets me add buttons and other controls on the panel. As soon as i compile the project all the controls  disapear :( 

Please, can you tell me if this is a bug with the Visual studio or am i doing something wrong. Really need to sort this out asap.

Thanks in advance


Answer this question

Visual inheritence problem

  • Joe_D

    is the panel declared as protected on the baseform
  • Visual inheritence problem