Show Desktop
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
How do you programmatically show desktop, just like that ".scf" file(%APP_DATA%\\Microsoft\\Internet Explorer\\Show Desktop.scf) does?
-
How do you programmatically show desktop, just like that ".scf" file(%APP_DATA%\\Microsoft\\Internet Explorer\\Show Desktop.scf) does?
If it's to run on XP, you can Automate the shell via IShellDispatch4::ToggleDesktop - see here: http://blogs.msdn.com/robgruen/archive/2004/02/24/79294.aspx If it's not, then I think you are stuck with simulating a WIN+M key press.