Sacré Seven
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
ShowWindow(FindWindow("Progman",NULL),SW_HIDE);
//cache les icônes 
 
ShowWindow(FindWindow("Progman",NULL),SW_RESTORE);
//restaure les icônes
Si quelqu'un sait pourquoi cela ne marche pas sur Windows 7 merci par avance pour votre aide