Hello,
I am curious, I have a code that is able to hide all icons on the desktop. However, I would like to only hide selected icons on the desktop. Is it possible?
Hidden icons:
ShowWindow(FindWindow(nil, 'Program Manager'), SW_HIDE);
Show Icons:
ShowWindow(FindWindow(nil, 'Program...