Create Taskbar for windows.

  • Thread starter Thread starter Elrond Bishop
  • Start date Start date
E

Elrond Bishop

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.
 
Back
Top