How can I drag 'shapes' on an active slide ?

G

Guest

I know how to drag/move shapes around on a Form, but have not been able to
figure out or find out how to do this with eg 'shape' objects on a slide. The
mouse up or down event seems to be only accessible when a Form is showing. I
know how to get the mouse postion (relative to the active window using an API
call) but I need to be able to capture the mouseup and mousedown event when a
slide is active.

Regards,
Timothius
 
H

Hans W. Hofmann

I know how to drag/move shapes around on a Form, but have not been able to
figure out or find out how to do this with eg 'shape' objects on a slide. The
mouse up or down event seems to be only accessible when a Form is showing. I
know how to get the mouse postion (relative to the active window using an API
call) but I need to be able to capture the mouseup and mousedown event when a
slide is active.

Regards,
Timothius

See our vba-corner for drag & drop macro...
and live online http://www.lemitec.de/gimp/Drag&Drop-Quiz.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top