I need to create a taskbar for windows in .NET. It needs to re-size the
available desktop as does the standard windows taskbar.
Can this be done and if so how ?
You can do a PInvoke to SystemParametersInfo with SPI_SETWORKAREA . That
should let you set the available desktop area.

Signature
Girish Bharadwaj
http://msmvps.com/gbvb
> I need to create a taskbar for windows in .NET. It needs to re-size the
> available desktop as does the standard windows taskbar.
> Can this be done and if so how ?