Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to hide desktop icons.
#1
Could not seem to find it on the forum so I did a little looking on MSDN and found it.

Code:
Copy      Help
int hwnd=win("Program Manager" "Progman")

ShowWindow hwnd SW_HIDE
5
ShowWindow hwnd SW_SHOW
#2
On Windows Vista 64 bit, running Stardock Deskscapes (moving background), the background does not continue to play while the icons are hidden. Is there an alternative way to hide the icons by actually toggling the setting in the right click->view->Show Desktop Icons without manually doing it?
#3
try this
Macro
Code:
Copy      Help
int hwnd=id(1 win("Program Manager" "Progman"))

ShowWindow hwnd SW_HIDE
5
ShowWindow hwnd SW_SHOW
#4
Your solution works, as always. Thanks!


Forum Jump:


Users browsing this thread: 1 Guest(s)