VS2005 DataGridView problem

  • Thread starter Thread starter Fernando Cardoso
  • Start date Start date
F

Fernando Cardoso

On my Windows Forms app I have a base form called DataEntryForm. On this
form I have a ToolStrip, a DataGridView, a StatusStrip and two buttons. All
these controls are protected friend.

I have a second form called EmployeesForm inherited from DataEntryForm. I
can change the properties of all base form controls but the DataGridView
properties using the designer.

What am I missing? I think this should work. Anyone else have this problem?

Please send any answer to my e-mail too.

Thanks in advance.

Fernando
 
Back
Top