How to resize a form in runtime with button?
In my form there are two button( button1 and button2 ).
I want when i click button1 the form size become 100x200 and
when button2 is clicked i want the form size 250x500.
I am new to C# so plz give me the full code of [form1.cs] for this program.