Search code examples
c#winformsdesktopworkspace

Shrinking workspace rectangle?


How do I shrink the workspace rectangle (with a form, preferably)?
I want to achieve a similar effect like the Windows Vista Sidebar, Google Desktop, Longhorn sidebar or LongBar.
I am not sure if it matters, but I'd like to eat space from the bottom.


Solution

  • You need to make an Application Desktop Toolbar.
    Here is a C# example.