I have already created in c# from a drawn image inside my tab control to close together the mdi form. I am trying to make the opposite (i.e. pressing the "x" of the form and close its tab as well)
I tried to add a code in my child's closing even but it doesn't recognize functions I used in my main form (Form1).
any suggestions?
Thanks in advanced.