How to Access MDI Parent Forms From MDI Child Form
How to access MDI Parent forms from MDI Child forms:This code shows how to access objects contained in an MDI parent form, from an MDI Child form.Simply using MDIParent will not work, you have to cast MDIParent to your MDI Parent forms. Here isthe code: //In the MDIChild Form private void btnAddToTree_Click(object sender, System.EventArgs e) [...]
Read more



11:01 pm by admin