workingArea resize

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
 
J

Joe White

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top