De: Robert Descoteaux Objet: Re: Logo Excel Date : mercredi 26 juillet 2000 05:04 Salut JP Changer l'icône de Excel dans l'application ainsi que dans la barre de tâche est faisable. 1 Then 'set the big (32x32) and small (16x16) icons a = wapiSendMessage(ihWnd, WM_SETICON, True, ihIcon) a = wapiSendMessage(ihWnd, WM_SETICON, False, ihIcon) End If End Sub '------------------------------------------------