C# - How to prevent fullscreen form covering the taskbar?
Posted
by Dodi300
on Stack Overflow
See other posts from Stack Overflow
or by Dodi300
Published on 2010-05-02T10:15:24Z
Indexed on
2010/05/02
10:37 UTC
Read the original article
Hit count: 138
Hello. Does anyone know how I can prevent my C# winform covering/going on top of the taskbar? My form's border style has been set to "FixedToolWindow" which seems to cause this. I thought about reducing the height of the form, when the user makes the form maximized, but that wouldn't work as people may have different size taskbars. Any ideas? Thanks.
© Stack Overflow or respective owner