I will try to be as clear as i can
Iam new in C# and iam making a very simple C# application in VS ( Smart device application ) , in this application The main form ( Form1 ) Creats a new form (form2) which has a button to close it , so i want to make the ( Form1 ) take some action when the (form2) is closed for example it will show a message or something.
:) how can i do that ?
can i add an event in the form1 which will do the action , HOW ?
Thanks in advance :)
Iam new in C# and iam making a very simple C# application in VS ( Smart device application ) , in this application The main form ( Form1 ) Creats a new form (form2) which has a button to close it , so i want to make the ( Form1 ) take some action when the (form2) is closed for example it will show a message or something.
:) how can i do that ?
can i add an event in the form1 which will do the action , HOW ?
Thanks in advance :)
Comment