Tagged Questions

9
votes
4answers
449 views

Drag and Drop between Instances of the same Windows Forms Application

I have created a small Windows Forms test application to try out some drag/drop code. The form consists of three PictureBoxes. My intention was to grab a picture from one PictureBox, display it as a …
9
votes
3answers
1k views

How do I create drag-and-drop Strawberry Perl programs?

I've got a Strawberry Perl program that accepts a single-file as a command-line argument. How can I set things up such that I can drag and drop the desired file onto the Strawberry Perl program (or a …
9
votes
4answers
2k views

Drag’n’drop one or more mails from Outlook to C# WPF application

I'm working on a windows client written in WPF with C# on .Net 3.5 Sp1, where a requirement is that data from emails received by clients can be stored in the database. Right now the easiest way to …
9
votes
3answers
1k views

Drag and drop onto python script in windows explorer

I would like to drag and drop my data file onto a python script and have it process the file and generate output. The python script accepts the name of the data file as a command line parameter, but …
7
votes
5answers
1k views

How do I drag and drop files into C#?

I've seen this done in Borland's Turbo C++ environment, but I'm not sure how to go about it for a C# app I'm working on. Are there best practices or gotchas to look out for?
6
votes
2answers
517 views

Is there a good jQuery Drag-and-drop file upload plugin?

Is there a nice tidy jQuery plugin that allows including a single JS script then using a simple snippet to enable a form? Something like this: $j('#MyForm').enableDragDropUploads('.upload-area') …
6
votes
3answers
566 views

WinForms Interop, Drag & Drop from WinForms -> WPF

Hello all! I'm trying to drag data from the Winforms portion of my application on a WPF controls that's contained inside an "ElementHost". And it crashes when I try doing so. Trying the same thing …
6
votes
3answers
567 views

How do I drag and drop a row in a JTable?

How do you setup a JTable to be able to drag a row to a different index in the table. For example if I have 5 rows and I want to drag the 4th row to the 2nd position?
6
votes
4answers
499 views

Vista & C# - Drag & Drop problem (not related to elevation)

Application in question is .Net 2.0 Framework WinForms. It is supposed to work on large user base (installation from CD). Installation done using InnoSetup. On two machines, application does not …
5
votes
2answers
251 views

Redrawing during drag and drop

I would like trigger the drag target control to redraw itself (via either invalidate or refresh) during the DragEnter and DragLeave events. The code looks something like: protected override void …
5
votes
6answers
2k views

Drag and drop image into a web form

We have a web page (HTML javascript and PHP mostly) that allows a user to upload an image. We have the normal browse button, and it works fine. However, we want to add the functionality to drag and …
5
votes
3answers
961 views

Cross-application drag-and-drop in Delphi.

I would like to create a Delphi application for Windows XP which allows dropping of files dragged from Windows Explorer (the Desktop or folder windows) or other applications which support this …
5
votes
4answers
307 views

Delphi for PHP

I just came across Delphi for PHP and my immediate response was "oh, no", but I think maybe I was being too hasty. Has anyone tried it? What do you think?
5
votes
6answers
738 views

Is it possible to drag and drop from/to outside a Flash applet with JavaScript?

Let's say I want a web page that contains a Flash applet and I'd like to drag and drop some objects from or to the rest of the web page, is this at all possible? Bonus if you know a website somewhere …
5
votes
2answers
222 views

wxpython: How do I examine dragged data in OnDragOver?

I'm a bit perplexed by drag and drop in wxPython (but perhaps this questions pertains to drag and drop in other GUI frameworks as well). The frameworks provides a couple of callbacks (OnEnter and …

1 2 3 4 5 30 next
15 30 50 per page