Link to home
Start Free TrialLog in
Avatar of flashdriver
flashdriver

asked on

ToggleDesktop - how to trigger it

If I follow through the 'ToggleDesktop' shortcut it leads to this script/content/ini file (?what is it?)

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

My question is:
- Is it a script or what is it?
- How can I run it (manually / from the cmd line, apart from clicking on the icon)
- How can I run it from within a program?

TIA
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
it's actually a function of IShellDispatch4 interface
You can trigger it as following:http://blogs.msdn.com/robgruen/archive/2004/02/24/79294.aspx