Tagged Questions

8
votes
3answers
2k views

Qt 4.x: how to implement drag-and-drop onto the desktop or into a folder?

I've written a little file-transfer application written in C++ using Qt 4.x ... it logs into a server, shows the user a list of files available on the server, and lets the user upload or download ...
5
votes
2answers
164 views

How to drag & drop lots of files without taxing system resources?

One of the features that the program that I'm working on is the ability to drag objects from its main window and drop them onto Windows Explorer as files. To do this, we override ...
5
votes
2answers
420 views

Qt Tray Icon Drag and Drop

Does anyone know if it is possible to use drag and drop with a tray icon using Qt?
4
votes
3answers
347 views

Custom made win32 drag-drop, can't get change invalid (slashed circle ) cursor

I've a quite difficult problem to explain but I will try my best. I've made a custom drag-drop implementation to a win32 GUI based application. Due to limitations of the program I can't use the proper ...
4
votes
1answer
141 views

Drag and Drop text - What am I missing?

I am trying to add drag-and-drop text to my Doc-View App. I added the COleDropTarget variable to the view class, registered it in OnCreate(). I added OnDragEnter(), OnDragOver(), OnDragLeave() and ...
4
votes
6answers
1k views

Drag and Drop like Winspector Spy

I was wondering if anybody could give insight on how to implement the window selector in Winspector Spy. Basically, I would want to provide a panel that I could mouse down on, drag over to another ...
3
votes
1answer
376 views

How to disable drag/drop when a dialog box is open

I am working on a large application and am adding some drag/drop functionality to it. Specifically, I am allowing the user to drag and drop a file into the main window to open the file. The problem ...
3
votes
1answer
238 views

Implement Drag and Drop without using Context Menu using Shell extension in C++

HI, I want to implement Drag and Drop without using Context Menu using Shell extension in C++ Currently I am refering to Shell extension article: ...
2
votes
1answer
301 views

Make QListWidget only show 1 item

I have created a class that inherits the QListWidget and is meant to be a stack of cards. I have overloaded the drag and drop functions to allow a card to be dragged to the table (another object of ...
2
votes
2answers
546 views

COleDataSource/COleDropTarget cancel drag&drop operation

I have implemented my custom drag&drop by deriving from COleDataSource and COleDropTarget. Everythings work fine but I have an scenario that makes the application crashes. That happens when the ...
1
vote
1answer
63 views

Drag and Drop between different QGraphicsView's

I have a QMainWindow with two QGraphicsView's each owning a QGraphicsScene. Both views are displayed (on screen) constantly. I would like to be able to drag and drop objects (objects of a class ...
1
vote
1answer
68 views

Drag and Drop outlook contacts using WinApi C++

I'm trying to drag an Outlook contact and to drop it into my app. The app is written in C++ using WinAPI (no MFC or .NET) I am able to drag and drop files using DragAcceptFiles() and WM_DROPFILES, ...
1
vote
2answers
141 views

Qt Drag and Drop - Change image display while dragging

I started a drag with image. QDrag* drag = new(QDrag)(this); drag->setPixmap(*pixmap); drag->exec(Qt::CopyAction | Qt::MoveAction); I want to change the image display when my drag reach ...
1
vote
0answers
121 views

Explorer doesn't release IDataObject when doing a drag/drop

I'm implementing drag-and-drop in my application. I'm having a problem with Windows Explorer not releasing my IDataObject after a drag-and-drop operation. To isolate the problem, I've implemented a ...
1
vote
0answers
116 views

Drag and drop with Qt: Knowing target application on hover - is it possible?

I'm currently exploring the possibilities of drag-and-drop from a Qt application, into an unknown target application. The question is whether it is possible for the Qt application to receive ...
1
vote
1answer
111 views

Qt: best way to delegate a drag and drop to children

I'm using drag and drop on QWidget, I have reimplemented dragEnterEvent, dragLeaveEvent, dragMoveEvent and dropEvent, and that works well. In my QWidget, I have other QWidget children, and I want ...
1
vote
1answer
292 views

When and how is DragDetect useful?

Basically I need something to determine if the user in the process of a drag and drop action to determine when to suppress over zealous default behavior of the CTreeCtrl label editing in an extended ...
1
vote
2answers
451 views

How enable dragging a file on the *.exe and get it as parameter?

What do I have to do to make my program use a file that has been dragged and dropped onto its icon as a parameter? My current main method looks like this: int main(int argc, char* argv[]) { if ...
1
vote
1answer
203 views

Qt Dropsite Example

In QtDemo there is an example called Dropsite in which an image can be dragged and dropped into the field to be displayed. This example used to work in an older version of Qt and works initially in ...
1
vote
1answer
313 views

Overlapping labels in Qt fridge magnets example

I want to modify the fridge magnets example provided with Qt in a way that when I drag a label and drop it over another, it will push the label beneath the dragged label to the side, so they will ...
1
vote
1answer
964 views

Qt 4.6 - How to drag and drop into a QGraphicsView in QtCreator?

I've been trying to figure out how to drag and drop an image into a QGraphicsView using Qt and the QtCreator IDE. I have read the documentation here: ...
1
vote
1answer
979 views

Drag Drop using SendMessage

This sounds funny..just a little experiment. i wanted to simulate a drag drop of a file on a Application/Window using Send Message. Is it possible? I dont have code for the application but on the ...
1
vote
4answers
333 views

want to make a complex c++ gui simply

Hi! I want to make a nice simple gui using c++. which have drag and drop capabilities, must be light weight. Im thinking of a gui like utorrent client gui.Its light weight and simple. please give me ...
1
vote
1answer
569 views

Implement IDropTarget

I would like to drag and drop files from windows explorer onto my application which is being built in Codegear RAD studio 2009. Then I would like to be able to access data from the object I am ...
1
vote
2answers
2k views

Implementing drag and drop with QT 4.5 using QT Creator environment

We're about to commit to Qt and C++ (sigh) to do some cross-platform development. The latest version of Qt 4.5 seems very nice as does the QT Creator IDE, which although simple compared to other IDEs, ...
1
vote
7answers
1k views

How drag and drop of files is done?

as in winamp or vlc player, how to do a file drag and drop? i mean i want to know what sort of coding goes into application? i want to know for c++
0
votes
1answer
226 views

Typical Win32 file drop (IDropTarget::Drop) implementation?

I am trying to make a Windows Explorer-like program in C++ without MFC. It has a list view which shows the file system directories and files. I want to add the drop target functionality for the list ...
0
votes
1answer
255 views

Visual C++ problems with drag drop

I'm making a "hightech" phonebook program, where if I succeed, users will be able to drag and drop a number, or a person, or a location to another's profile page, linking them together. Elements ...
0
votes
1answer
167 views

Image to display while dragging

I am implementing drag and drop of button on windows application.During dragging I want to display some dragging effect. I think image of the button would be appropriate to display during dragging. ...
0
votes
3answers
133 views

Is there a known bug in Visual Studio 2008 for using drop target in C++ when running Visual Studio as administrator?

We have an application that allows a user to drag a picture to a window and that window is a drop target (using OLE). When this code is run in the debugger and the Visual Studio instance is run as ...
0
votes
1answer
135 views

Qt Drag&Drop with own widgets?

I created a little widget on my own, including a QProgressBar and a QLabel in a QVBoxLayout. It has also a function which returns the text of the label (self-created). Now in my MainWindow I have two ...
0
votes
1answer
97 views

Detecting a drag operation from another application

I have an application that runs elevated (yes, it has to be elevated) but it needs to detect when another application is dragging an object over it. My application doesn't care what the object is, it ...
0
votes
1answer
136 views

Qt Drag and Drop General Question

Does it makes sense to drag and drop QWidget to QGraphicsScene or does it have side effects?
0
votes
1answer
329 views

Event does not work after drag and drop operation

I developing some kind of builder for our project. I want to use both drag and drop support and context menu in my application. Currently I use drag and drop support but no luck with context menu. ...
0
votes
1answer
75 views

Make caption icon become drag source like explorer window

I made an editor which written in pure WinAPI. Some users want the caption icon become a drag source of the file that opened in editor, like what the explorer window does. I have no idea to implement ...
0
votes
4answers
329 views

c++ - arguments to main

very basic question. i try to write a program that outputs the filenames of the files dragged onto the exe. i followed this guide for main arguments: ...
0
votes
2answers
108 views

Win7 Drag&Drop: Possible to find out if COleDataObject contains shell library?

I have an application with a file and folder list control which supports Drag&Drop operations. Now I would like to make it possible for the user to be able to drop a Windows 7 Library (e.g. Music, ...
0
votes
1answer
290 views

qt drop event get widget

I'm trying to, inside a dropevent method, find out which widget was just dropped. I tried looking at the docs, but they only have commands for images and text. How do I access both the item just ...
0
votes
2answers
1k views

Passing data around with QMimeData in Qt drag and drop

I'm trying to understand how data gets passed around when using drag and drop in Qt. From what I understood from the examples I've been studying, you first define a widget as draggable by overriding ...
0
votes
2answers
347 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?
0
votes
1answer
411 views

COleDataSource - setting drag & drop data between applications

Some code I am working on uses COleDataSource::CacheGlobalData, passing as CF_TEXT an HGLOBAL pointing to some memory allocated for the text. I want to also add a numeric value, so ythe drop-target ...
0
votes
1answer
238 views

Problem with IDropTarget when using with a VCL Form

I have a VCL gui developed in Codegear. I have created a DropTarget for the mainform and the DropTarget object implements the IDropTarget interface which allows me to drag and drop files from ...
0
votes
4answers
475 views

Asynchronous OLE Drag & Drop possible?

I wonder if anyone knows if there's any way to start OLE file drag from a C++ Win32 application without blocking until the drag completed. I'm currently using DoDragDrop() to start the drag ...