mind controll

mind controll

  • 1.6k
  • 140
  • 61k

c# show minimized form on close

Nov 18 2013 4:42 AM
i have form1 and form2 .. i want form2 closed event to unminimize form1 i have tried this code : form1.WindowState = FormWindowState.Normal;

Answers (6)