Desktop Level

Sunday, February 27, 2005 by nocool | Discussion: DesktopX

Hi. I have a problem that's been bugging me since the early days of DX. I use my show desktop button all the time, my problem is it minimizes DX too. I set my objects to desktop level, and still the same thing. AveDesk doesn't have this problem, though. Anyone any ideas how to fix it, other than a minimize windows DX object, which I have tried, but doesn't work 100% of the time. Thanks.

Koasati
Reply #1 Sunday, February 27, 2005 11:33 AM
"Show Desktop" does not minimize anything. What really happens is a full screen, borderless, explorer window, opens on top of everything.

You can use.

Winkey + M to minimize all
Winkey + shift + M to restore all

Or

Copy and paste the following into a text file and save it as ShowDesktop.vbs. Then create a new shortcut linked to this file.

Set Shell = CreateObject ("Shell.Application")
Shell.MinimizeAll
Set Shell = Nothing

and

Copy and paste the following into a text file and save it as RestoreAll.vbs. Then create a new shortcut linked to this file.

Set Shell = CreateObject ("Shell.Application")
Shell.UndoMinimizeAll
Set Shell = Nothing

nocool
Reply #2 Sunday, February 27, 2005 12:19 PM
I have tried that before, but it doesn't always seem to minimize all the windows if I have a lot open. How does AveDesk get around the problem?

Thanks a lot for your idea.
nocool
Reply #3 Saturday, March 12, 2005 1:06 PM
Seems if I enable IconX, I can use the show desktop button, as long as the object is set to desktop level. But IconX isnt good when it comes to right click options, as with WinRAR and such. Sigh.

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01