workingArea resize

  • Thread starter Thread starter dbl
  • Start date Start date
D

dbl

I will resize my application when the workingArea is resized. for
example:When one increased the taskbar (VisualStudio .Net do that...)

How do that!! Have you an example of code in C#

Thanks David
 
If your form is maximized, then this will happen automatically. That's
how Visual Studio does it. (Form.WindowState = FormWindowState.Maximized)

Were you looking to do something different? If so, then what exactly?
 
Back
Top