This may be a simple C# question but I need a solution thou'
I have two forms, form1 and form2, with form1 having a button. On the click of the button, I wanna show form2. But when this form2 looses foucs I wanna hide it (form2). How do I do it ?? I tried to subscribe to LostFocus event of form2, but it isn't working.
Please help me with this.
Note -- I use .Net 2.0