views:

30

answers:

1

Hi All

Is there a way that we can drag text or images onto the desktop itself from within another application?

Say for example there is some text in my app, and the user wants to drag it right onto the desktop, and be able to move it around and edit it right on the desktop... Would this be possible at all?

Thank you :)

I mainly use C# and C++. But if I have to use another language or learn another language for this, then I'm prepared to do so.

+1  A: 

You should look at writing Shell Extensions. Here's an article to get you started

http://www.codeproject.com/KB/shell/shellextguide1.aspx

Here's another questions that has some relevant answers

http://stackoverflow.com/questions/1177384/override-drag-and-drop-for-shell-extension

Lou Franco