Bios
Feb 9th, 2001, 12:08 AM
ok...I asked this before, but no one seemed to know how to do it. So I'll ask again in hopes that someone who does know how to do it will see this, an help me.
I need to know how to drag something from the form to the desktop...All I need is to start a drag...like with object.drag or API. Then detect where (outside of the window) it is dropped. I need to be able to drop it in a folder in windows or on the desktop, and then have a function (probably using subclassing, I'm guessing) return the path of where it was dropped.
I need to know how to drag something from the form to the desktop...All I need is to start a drag...like with object.drag or API. Then detect where (outside of the window) it is dropped. I need to be able to drop it in a folder in windows or on the desktop, and then have a function (probably using subclassing, I'm guessing) return the path of where it was dropped.