Mega Code Archive

 
Categories / Delphi / Graphic
 

How to hide the desktop icons

Title: How to hide the desktop icons / Hide the desktop icons: ShowWindow(FindWindow(nil, 'Program Manager'), SW_HIDE); // Show the desktop icons: ShowWindow(FindWindow(nil, 'Program Manager'), SW_SHOW);