OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: khann on November 25, 2009, 01:08:54 AM

Title: Help with drop from windows explorer to ListView Control
Post by: khann on November 25, 2009, 01:08:54 AM
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.
Title: Re: Help with drop from windows explorer to ListView Control
Post by: owenwengerd on November 25, 2009, 09:20:20 AM
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.
Title: Re: Help with drop from windows explorer to ListView Control
Post by: khann on November 25, 2009, 06:55:54 PM
Thanks, owen.
I hope you make it out.