http://matias.securi...ShowDesktop.exe
Screenshot:

Shortcuts/docks users:
Download and use this app to tell ShowDesktop to show the desktop immediatly:
http://matias.securi...wDesktopNow.exe
Developers:
To programatically show the desktop:
HWND hwnd = FindWindow ('TfrmShowDesktop', NULL);
if (hwnd) PostMessage (hwnd, WM_HOTKEY, 100, 0);To programatically show the settings window:
HWND hwnd = FindWindow ('TfrmShowDesktop', NULL);
if (hwnd) PostMessage (hwnd, WM_USER, 0, WM_LBUTTONDBLCLK);
Whatever:
http://www.matiasmor...ShowDesktop.exe
Activate: F11
Leave: F11 again
Settings, etc... later, sorry.

Edit
Added exceptions list!








Sign In »
Register Now!
Help


MultiQuote


