I have 2 window Forms in my application Form1 and Form2. In Form1 i have a button in that button click Event, I am creating object for Form2 and i called object.show(); now both the Forms displayed and Focus on Form2 currently.
Now my question is when until unless closing the Form2 Window i never select Form1 or i can not perform any operations other Form2. how is it possible