Help with drop from windows explorer to ListView Control

Started by khann, November 25, 2009, 01:08:54 AM

Previous topic - Next topic

khann

Hi,
I'm digging with some routine that drag DWG file from windows explorer to ListView Control.
I want to add the selected DWG filename to the ListView with full file path.

The OnDragnDropFromOther event can make this?
It just returns the 2DPoint.

Please, help me with any tips or sample.
Thanks.

owenwengerd

I doubt there's any way to do that using your own event handler, but it might be possible with no event handlers and using the built in drag/drop functionality. I'll have to investigate this.
Owen Wengerd (Outside The Box) / ManuSoft

khann