R
Ray Mitchell
Hello,
Implementing drag & drop in C# seems pretty easy. However, in attempting to
do so I ran into an issue that I don't understand. I found that I could drag
& drop icons but when I tried to drag & drop text it would always display the
red circle with the bar through it, so I would never even get to the point of
being allowed to drop it. As first I thought it was something wrong in my
code (which it may still be), but when I tried to drag & drop text between
two 3rd party text editor applications like Wordpad and UltraEdit, it
wouldn't let me do that either. However, I could drag text from one point to
another within the same application. Do you have any idea why dragging &
dropping text between different applications wouldn't work?
Thanks,
Ray
Implementing drag & drop in C# seems pretty easy. However, in attempting to
do so I ran into an issue that I don't understand. I found that I could drag
& drop icons but when I tried to drag & drop text it would always display the
red circle with the bar through it, so I would never even get to the point of
being allowed to drop it. As first I thought it was something wrong in my
code (which it may still be), but when I tried to drag & drop text between
two 3rd party text editor applications like Wordpad and UltraEdit, it
wouldn't let me do that either. However, I could drag text from one point to
another within the same application. Do you have any idea why dragging &
dropping text between different applications wouldn't work?
Thanks,
Ray