<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>15 May 2020 16:13:09 Z</lastBuildDate><pubDate>14 May 2020 17:18:36 Z</pubDate><description>Bonjour,&#13;
&#13;
Sous windev 17, j'utilisais ce code pour synchroniser le défilement vertical de 2 scrollbar :&#13;
[code:wl]&#13;
asc_v_1_appel = AppelDLL32( "user32" , "FindWindowExA" , Handle(asc_v_1), Null , "WDSCROLLBAR" , Null )&#13;
&#13;
SI asc_v_1_appel ALORS&#13;
	SendMessage( Handle(asc_v_1) , _EVE.wMessage , _EVE.wParam , asc_v_1_appel)&#13;
FIN&#13;
[/code]&#13;
&#13;
Or, je suis passé sous windev 25 et il semblerait que cette partie de code ne fonctionne plus car la synchronisation ne se fait plus.&#13;
&#13;
Quelqu'un aurait une idée de la provenance du problème ?&#13;
&#13;
Merci d'avance !</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239560-synchronisation-verticale-entre-2-scrollbar/read.awp</link><title>Synchronisation verticale entre 2 scrollbar's</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>mathieu.boileau</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239560-synchronisation-verticale-entre-2-scrollbar-239590/read.awp</comments><pubDate>15 May 2020 16:13:09 Z</pubDate><description>Merci beaucoup pour ta réponse, ça fonctionne parfaitement !&#13;
&#13;
Comme quoi, les montées de version, ça a du bon :)&#13;
&#13;
Bonne jour…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239560-synchronisation-verticale-entre-2-scrollbar-239590/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239560-synchronisation-verticale-entre-2-scrollbar-239590/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239560-synchronisation-verticale-entre-2-scrollbar/read.awp">Synchronisation verticale entre 2 scrollbar's</source><title>Re: Synchronisation verticale entre 2 scrollbar's</title></item><item><author>Francis MOREL</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239560-synchronisation-verticale-entre-2-scrollbar-239576/read.awp</comments><pubDate>15 May 2020 11:12:49 Z</pubDate><description>Bonjour,&#13;
&#13;
A oui ça marche ce code, surprenant.&#13;
En Windev 25 la solution est plus simple : [code:wl]&#13;
// Synchronisation des a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239560-synchronisation-verticale-entre-2-scrollbar-239576/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239560-synchronisation-verticale-entre-2-scrollbar-239576/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/239560-synchronisation-verticale-entre-2-scrollbar/read.awp">Synchronisation verticale entre 2 scrollbar's</source><title>Re: Synchronisation verticale entre 2 scrollbar's</title></item></channel></rss>
