A voir également:
- Masquer bouton barre des taches Delphi/cpp
- Windows 11 barre des taches a gauche - Guide
- Delphi 7 - Télécharger - Langages
- Comment remettre la barre des tâches à la normale ? - Guide
- Changer la couleur de la barre des taches - Guide
- Comment epingler google a la barre des taches - Guide
2 réponses
Mets ceci dans ton FormCreate (en Delphi)
SetWindowLong(Application.Handle, GWL_EXSTYLE, GetWindowLong(Application.Handle, GWL_EXSTYLE) or WS_EX_TOOLWINDOW and not WS_EX_APPWINDOW );
SetWindowLong(Application.Handle, GWL_EXSTYLE, GetWindowLong(Application.Handle, GWL_EXSTYLE) or WS_EX_TOOLWINDOW and not WS_EX_APPWINDOW );