PDA

View Full Version : Need suggestion to handle drop item onto Explorer(Shell)



Teerayoot
5th May 2007, 20:17
I written FTP program .
Have a simple QListView

File and directory are in Listview.

I drag item from ListView to Explorer and need to know the target path.

If i know the target path so i can create device there and download into.


Thank in advance.

wysota
5th May 2007, 20:28
http://www.qtcentre.org/forum/f-qt-programming-2/t-draging-a-non-existing-file-to-the-windows-desktop-1419.html

General answer - it's very difficult and involves deep platform native API programming.

Teerayoot
5th May 2007, 20:42
Thank for information .

I will search before post ^_^.