<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>28 Mar 2018 14:59:00 Z</lastBuildDate><pubDate>26 Mar 2018 10:22:00 Z</pubDate><description>I have an Image control on which I am drawing. No problem.&#13;
&#13;
Now I want to take a Button at the top of the Window and drag this onto the Image. How do I make the button "draggable" as everything I have tried does not work.&#13;
&#13;
I tried this in the Init of the Window but no joy:&#13;
&#13;
BTN_Show..DndSource = dndProgram&#13;
IMG_Drawing..DndTarget = dndProgram&#13;
&#13;
DnDEvent(OnDrop, IMG_Drawing, dndDrop)&#13;
&#13;
where "OnDrop" changes the X/Y coordinates of Btn_Show&#13;
&#13;
Thx</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65039-drag-and-drop/read.awp</link><title>Drag and Drop</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65039-drag-and-drop-65059/read.awp</comments><pubDate>28 Mar 2018 14:59:00 Z</pubDate><description>Hello,&#13;
&#13;
You will have to use Windows API for this.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65039-drag-and-drop-65059/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65039-drag-and-drop-65059/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65039-drag-and-drop/read.awp">Drag and Drop</source><title>Re: Drag and Drop</title></item></channel></rss>
