Hi guys,
I have setup a form (frmParent) that contains 1 TableLayoutPanel with 1 col & 2 rows. In the first row i put a DataGridView and on second row i put a Button. I set all controls' modifiers to Public. Then add a form (frmChild) that inherit from frmMaster.
The problem is all the controls become locked. I cannot change any property of the controls. How to make the controls on frmChild editable (change its properties) in IDE?
Oh btw i'm using VB in VS 2008. Please help me...
TIA