Tagged Questions
3
votes
5answers
2k views
Drag and drop in winapi
I have a pure Winapi application that needs a few new features. One of them would best be implemented as two lists where you can drag-and-drop (multiple) elements between the lists. The new feature ...
0
votes
1answer
57 views
Reorder GtkTreeView in Microsoft Windows using gtk_tree_view_set_reorderable
According to the GTK+ Reference Manual, using gtk_tree_view_set_reorderable will enable drag and drop for reordering rows.
I tried it in Linux using GTK+ 3 and GTK+ 2, and it seems to work fine. But ...
0
votes
0answers
48 views
Library for drag and drop to specific areas
What library can I use to implement the following kind of functionality
on Linux:
http://www.flickr.com/photos/65774455@N08/5983551492/in/photostream/
...
0
votes
2answers
361 views
How to get path of file dragged into Win32 app and delete it?
I have a program and when they drop files into it I want it to get the path show a messagebox "of the path" then delete it. Can anyone shed some light on how to do this?
-1
votes
1answer
88 views
C Programming: Drag&Drop a file over a program's icon
i just made a little program that reads the name of a file dragged over it's icon and writes it into an output text file
but if i compile this program, it crashes when i try to drag a file over it.
...