Thread: minimize all icon shortcut in taskbar, need replace...

  1. #1
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459

    minimize all icon shortcut in taskbar, need replace...

    y'know what i'm talkin' about... that button that minimizes all windows... well i need to replace it, so could someone please check the properties on theirs' and tell me the command and parameters? oh, and plus, the icon it uses... thank you very much! that command is very useful!
    hasafraggin shizigishin oppashigger...

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    375
    C:\Documents and Settings\UserName\Application Data\Show Desktop
    Allegro precompiled Installer for Dev-C++, MSVC, and Borland: http://galileo.spaceports.com/~springs/

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Have a try at this...........

    Put this in a text editor;

    Code:
    [Shell]
    Command=2
    IconFile=explorer.exe,3
    
    [Taskbar]
    Command=ToggleDesktop

    Save as whatever with the extention of ".scf".

    The icon is read as a resourse from "explorer.exe" so you should get it with this script.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Popup taskbar icon
    By CondorMan in forum Windows Programming
    Replies: 5
    Last Post: 06-11-2006, 10:14 AM
  2. Problem with taskbar icon
    By maxorator in forum Windows Programming
    Replies: 2
    Last Post: 05-16-2006, 01:55 AM
  3. Problem with an icon in the TaskBar status area
    By dit6a9 in forum Windows Programming
    Replies: 2
    Last Post: 08-16-2004, 10:33 PM
  4. dialog taskbar icon
    By Unregistered in forum Windows Programming
    Replies: 3
    Last Post: 04-27-2002, 04:31 PM
  5. Create window without taskbar icon?
    By SMurf in forum Windows Programming
    Replies: 2
    Last Post: 02-04-2002, 03:05 AM