Is it possible to change the width and height of an application's main form at run time? I have an application where when a certain option is selected, I want to make the main form smaller (in height and width) and once that mode is completed, restore to its original size. I have tried to set the height and width through the code with frmMain.Height and frmMain.Width, but the form is not changing its size.
Any help would be appreciated.
Any help would be appreciated.