<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>23 Dec 2019 16:56:19 Z</lastBuildDate><pubDate>17 Dec 2019 15:12:45 Z</pubDate><description>Bonjour,&#13;
&#13;
Pour un système d'aide, j'aimerais mettre un champ image au-dessus de tous les autres champs de la fenêtre (qui recouvre donc toute la fenêtre).&#13;
&#13;
Ce champ image serait semi-opaque pour laisser voir un peu les champs en-dessous sauf un trou pour voir un champ spécifique. Ce champ spécifique serait ainsi mis en évidence. Je ne sais pas si vous voyez ce que je veux dire...&#13;
&#13;
Est-il possible de faire cela ? Ou d'une autre manière ?&#13;
&#13;
Cordialement.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp</link><title>Champ image "à trou"</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>pterrier</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235722/read.awp</comments><pubDate>23 Dec 2019 16:56:19 Z</pubDate><description>Faites une recherche sur Google avec les mots clés&#13;
"windev gdimage"&#13;
et demandez à afficher le images</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235722/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235722/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>TheCout</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235712/read.awp</comments><pubDate>23 Dec 2019 12:07:11 Z</pubDate><description>Patrice TERRIER a écrit : &#13;
&gt; En ce qui me concerne j'utilise des png transparents en mode DWM composé (bibliothèque graphique e…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235712/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235712/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>pterrier</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235640/read.awp</comments><pubDate>20 Dec 2019 07:37:42 Z</pubDate><description>En ce qui me concerne j'utilise des png transparents en mode DWM composé (bibliothèque graphique externe).&#13;
&#13;
Ce qui me permet d…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235640/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235640/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>BALTASAR</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235632/read.awp</comments><pubDate>19 Dec 2019 16:08:33 Z</pubDate><description>I create one image for each control to HIDE&#13;
&#13;
TheCout wrote: &#13;
&gt; I understand your code : you create one image for each control…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235632/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235632/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>TheCout</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235631/read.awp</comments><pubDate>19 Dec 2019 16:04:26 Z</pubDate><description>BALTASAR a écrit : &#13;
&gt; change:&#13;
&gt; {PatchName, indControl}..BackgroundColor=Black&#13;
&gt; &#13;
&gt; &#13;
&gt; to:&#13;
&gt; {PatchName, indControl}..Back…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235631/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235631/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>BALTASAR</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235630/read.awp</comments><pubDate>19 Dec 2019 15:55:00 Z</pubDate><description>change:&#13;
[code:wl]&#13;
{PatchName, indControl}..BackgroundColor=Black&#13;
[/code]&#13;
&#13;
to:&#13;
[code:wl]&#13;
{PatchName, indControl}..Backgrou…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235630/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235630/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>BALTASAR</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235628/read.awp</comments><pubDate>19 Dec 2019 15:12:09 Z</pubDate><description>I give you an example, try it, maybe it helps:&#13;
&#13;
(just creat a new window, name it "WIN_HIDE", add many controls like buttons, …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235628/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235628/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>TheCout</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235626/read.awp</comments><pubDate>19 Dec 2019 14:51:17 Z</pubDate><description>Samir BOUCHETIBAT a écrit : &#13;
&gt; Question : pourquoi vouloir le faire par code ?&#13;
&gt; Rien ne vous empêche de redimensionner l'imag…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235626/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235626/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>Samir BOUCHETIBAT</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235625/read.awp</comments><pubDate>19 Dec 2019 14:46:01 Z</pubDate><description>Question : pourquoi vouloir le faire par code ?&#13;
Rien ne vous empêche de redimensionner l'image, la placer ou vous voulez par co…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235625/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235625/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>BALTASAR</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235623/read.awp</comments><pubDate>19 Dec 2019 14:35:44 Z</pubDate><description>in your first message you said "hide all except an specific item", with my idea you hide all excepts one.&#13;
&#13;
Another way is to m…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235623/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235623/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>TheCout</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235621/read.awp</comments><pubDate>19 Dec 2019 14:30:30 Z</pubDate><description>Samir BOUCHETIBAT a écrit : &#13;
&gt; Le plus simple est tout de même de créer un PNG semi-transparent, d'évider le centre.&#13;
&gt; Il suff…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235621/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235621/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>Samir BOUCHETIBAT</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235620/read.awp</comments><pubDate>19 Dec 2019 14:04:09 Z</pubDate><description>Le plus simple est tout de même de créer un PNG semi-transparent,  d'évider le centre.&#13;
Il suffira d'afficher cette image (en pr…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235620/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235620/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>TheCout</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235619/read.awp</comments><pubDate>19 Dec 2019 14:02:14 Z</pubDate><description>BALTASAR a écrit : &#13;
&gt; first of all: sorry for not writing in french.&#13;
&gt; &#13;
&gt; You can use a big image with a hole in the middle, …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235619/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235619/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>TheCout</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235618/read.awp</comments><pubDate>19 Dec 2019 13:56:19 Z</pubDate><description>Oui mais en fait, en-dessous, ce n'est pas simplement le fond de la fenêtre que je veux mettre en évidence mais un bouton par ex…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235618/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235618/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>BALTASAR</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235613/read.awp</comments><pubDate>19 Dec 2019 12:10:55 Z</pubDate><description>first of all: sorry for not writing in french.&#13;
&#13;
You can use a big image with a hole in the middle, place it at top zorder, the…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235613/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235613/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>Poncherello</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235608/read.awp</comments><pubDate>19 Dec 2019 09:53:30 Z</pubDate><description>&gt;&gt;En fait, je pense qu'il manque une fonction de suppression dans les fonctions de dessin de Windev.  ?&#13;
&#13;
Oui ou alors vous don…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235608/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235608/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>TheCout</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235606/read.awp</comments><pubDate>19 Dec 2019 09:16:00 Z</pubDate><description>Bonjour et merci pour la réponse :)&#13;
&#13;
Effectivement, ce que tu proposes c'est d'entourer le champ avec 4 rectangles. Je n'avais…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235606/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235606/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item><item><author>nnoyer</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235591/read.awp</comments><pubDate>18 Dec 2019 15:28:58 Z</pubDate><description>Bonjour,&#13;
&#13;
Alors un code très rapide...&#13;
&#13;
Créer 4 champs de type images (IMG_1, IMG_2, IMG_3 et IMG_4)&#13;
&#13;
Puis créer un bouton…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235591/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou-235591/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/235552-champ-image-trou/read.awp">Champ image "à trou"</source><title>Re: Champ image "à trou"</title></item></channel></rss>
