Hi folks. Windows 7 starter(for netbooks) does not allow wallpapers, so I am trying to create my own wallpaper app. I want the form to have no borders and to fill the visible desktop but not cover the taskbar. The settings for the panel and picturebox are both fill, so that they completely fill the form.
When I set the form's border to none, and it's WindowState propertyy to maximized, the maximised form covers the taskbar(and completely fills up the screen). So I follow Solution 2 from the below link, and the result is pictured. The form ends up not being maximised, with a gap on the right hand side between the form and the edge of the screen. How can I properly maximise the form to completely cover the desktop, but not the taskbar? Thanks in advance.
http://www.codeproject.com/Questions...aximum-but-sho
When I set the form's border to none, and it's WindowState propertyy to maximized, the maximised form covers the taskbar(and completely fills up the screen). So I follow Solution 2 from the below link, and the result is pictured. The form ends up not being maximised, with a gap on the right hand side between the form and the edge of the screen. How can I properly maximise the form to completely cover the desktop, but not the taskbar? Thanks in advance.
http://www.codeproject.com/Questions...aximum-but-sho