IconX - Go to Desktop makes IconX go away

Saturday, November 6, 2004 by | Discussion: WinCustomize Talk

Okay, so I installed the IconX shareware, but something is extremely annoying: when I click the "go to Desktop" button in the quick launch, IconX goes away, and it shows the normal desktop. Then if I open any window IconX comes back.

Am I missing an option or is this really a missing feature?

Thanks
Koasati
Reply #1 Saturday, November 6, 2004 1:14 PM

"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

Fuzzy Logic
Reply #2 Saturday, November 6, 2004 1:56 PM
Errr, why haven't you got a nick or name???
werewolf
Reply #3 Saturday, November 6, 2004 3:50 PM
he/she has a nick. it's one blank space.



Powered by SkinBrowser!
BX
Reply #4 Sunday, November 7, 2004 8:11 AM
  (It is alt+255)

Like this one.
[Message Edited]

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