<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>27 Oct 2019 15:12:46 Z</lastBuildDate><pubDate>9 Nov 2006 10:58:27 Z</pubDate><description>Bonjour,&#13;
&#13;
Depuis 2 jours, j'éssai de masquer la barre des taches windows mais sans aucun résulat.&#13;
&#13;
J'ai trouvé 2/3 info, comme cacher la barre, mais ca ne résoud pas mon probleme car elle est juste cachée et l'application ne peut pas se maximiser entièrement (petite bande vide en bas de l'écran).&#13;
Pour la cacher : &#13;
AppelDLL32("User32", "ShowWindow", AppelDLL32("User32", "FindWindowA", "Shell_TrayWnd",Null), Faux) // Vrai pour l'afficher&#13;
&#13;
Ce que je veut faire, c'est la masquer, comme si on avait coché le bouton "Masquer automatiquement la barre des taches" dans les propriétés.&#13;
J'ai éssayé : &#13;
&#13;
dwMes est un entier&#13;
ABM_SETPOS est un entier = 3&#13;
ABM_GETTASKBARPOS est un entier = 5&#13;
ABM_SETAUTOHIDEBAR est un entier = 8&#13;
&#13;
ABS_AUTOHIDE est un entier = 1 //0x0000001&#13;
ABS_ALWAYSONTOP est un entier = 2 //0x0000002&#13;
&#13;
abd est un APPBARDATA&#13;
abd:cbSize = Dimension(abd)&#13;
abd:hWnd = AppelDLL32("User32", "FindWindowA", "Shell_TrayWnd", Null)&#13;
&#13;
dwMes = ABS_AUTOHIDE&#13;
abd:lParam = True&#13;
API("SHELL32", "SHAppBarMessage", dwMes, &amp;abd)&#13;
&#13;
dwMes = ABS_ALWAYSONTOP&#13;
abd:lParam = False&#13;
API("SHELL32", "SHAppBarMessage", dwMes, &amp;abd)&#13;
&#13;
dwMes = ABM_SETAUTOHIDEBAR&#13;
abd:uEdge = 2&#13;
abd:lParam = False&#13;
API("SHELL32", "SHAppBarMessage", dwMes, &amp;abd)&#13;
&#13;
Mais la barre ne bouge pas d'un poil !!&#13;
&#13;
Aurriez vous une autre piste ??? Merci a vous, Jean-François</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows/read.awp</link><title>Masquer la barre des taches windows</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>brice.canti</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-234061/read.awp</comments><pubDate>27 Oct 2019 15:12:46 Z</pubDate><description>Bonjour,&#13;
&#13;
J'ai trouvé la solution, je la poste pour ceux que cela pourrait aider.&#13;
&#13;
RECT est une Structure&#13;
	Left est un enti…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-234061/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-234061/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows/read.awp">Masquer la barre des taches windows</source><title>Re: Masquer la barre des taches windows</title></item><item><author>Ndrj</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-233621/read.awp</comments><pubDate>11 Oct 2019 11:25:31 Z</pubDate><description>Bonjour,&#13;
&#13;
Quand je fais&#13;
&#13;
[code:wl]&#13;
Maximise(Mafenetre)&#13;
Fenetat(Mafenetre, dessustout)&#13;
[/code]&#13;
&#13;
Je ne vois plus la barre…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-233621/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-233621/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows/read.awp">Masquer la barre des taches windows</source><title>Re: Masquer la barre des taches windows</title></item><item><author>brice.canti</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-233618/read.awp</comments><pubDate>11 Oct 2019 10:24:36 Z</pubDate><description>Bonjour à tous,&#13;
&#13;
@jean-François, avez vous trouvé une solution au finale svp ?&#13;
&#13;
Je cherche comme vous à cocher la case masqu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-233618/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-233618/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows/read.awp">Masquer la barre des taches windows</source><title>Re: Masquer la barre des taches windows</title></item><item><author>nazachra</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-145006/read.awp</comments><pubDate>3 Jan 2012 00:37:04 Z</pubDate><description>bonsoir&#13;
svp&#13;
je m'ensorts en remplacant user32_dll par "User32" mais j'ai pas les constantes&#13;
* KillStartButton&#13;
* PROCESS_READ…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-145006/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-145006/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows/read.awp">Masquer la barre des taches windows</source><title>Re: Masquer la barre des taches windows</title></item><item><author>nazachra</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-145000/read.awp</comments><pubDate>2 Jan 2012 19:05:42 Z</pubDate><description>bonjour a tous &#13;
svp&#13;
j'essaye ce code mais ne sont pas reconnus &#13;
  * user32_dll&#13;
  * &amp;KillStartButton&#13;
est ce qulcun pourrais …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-145000/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-145000/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows/read.awp">Masquer la barre des taches windows</source><title>Re: Masquer la barre des taches windows</title></item><item><author>philippe.pasquali</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-60059/read.awp</comments><pubDate>9 Nov 2006 11:38:11 Z</pubDate><description>Bonjour voila quelque chose qui devrait t'aider&#13;
&#13;
PROCEDURE InitialiseBureau()&#13;
ResEcriture est un booléen&#13;
i, hndT, hndChild, …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-60059/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows-60059/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/60054-masquer-barre-taches-windows/read.awp">Masquer la barre des taches windows</source><title>Re: Masquer la barre des taches windows</title></item></channel></rss>
