I am programming an applicaion with visual studio and c#. it has a Parent Form (FormParent) which is a MdiContainer and contains a toolstrip. the FormParent Conatins and a child Form (FormChild). So I open other Forms inside of it like FormUser.
Suppose I have a open FormUser, how can I close this FormUser when I click the toolstrip button ( for example the save one)?
Thank you