N
NAF
First I want to ask sorry for my poor English.
This is my problem.
I have a method inside the MDI parent Form
public void SetMenus()
{
--------
}
--------------------------------------------------------------------------------------
frmSave objSave = new frmSave();
objSave.MdiParen t= this;
objSave.ShowDialog();
I want to call the SetMenus() method of parent class before close the
objSave (MdiChild form)
Can any one help me to solve this problem?
NOTE: Also I need some help regarding the enable disable drop down tool
strips menu item. I mean I want to disable some menu items/ Enable some menu
items when I load a particular form. If there is any resources/ Example
regarding this, please send it to me.
Thanks in Advanced
I am a beginner of C# programming.
This is my problem.
I have a method inside the MDI parent Form
public void SetMenus()
{
--------
}
--------------------------------------------------------------------------------------
frmSave objSave = new frmSave();
objSave.MdiParen t= this;
objSave.ShowDialog();
I want to call the SetMenus() method of parent class before close the
objSave (MdiChild form)
Can any one help me to solve this problem?
NOTE: Also I need some help regarding the enable disable drop down tool
strips menu item. I mean I want to disable some menu items/ Enable some menu
items when I load a particular form. If there is any resources/ Example
regarding this, please send it to me.
Thanks in Advanced
I am a beginner of C# programming.