I'm hosting my .Net ListView control using PalettSet in AutoCAD 2012. The Tag property of ListView items holds the path to *.dwg files. I want to drag from ListView, while picking the dwg file using Item.Tag property and drop it on AutoCAD drawing area and I'm expecting the result would be the drawing would be inserted there just like we normally drag a *.dwg file and drop it on drawing area
I've read about Drag and Drop Blocks using Jig Class and I tried some sample code but using built-in Circle class.
Do I have to first read Blocks from dwg file and then attached to mouse and do the drag and drop operation?
I'm actually confused...
Can someone please guide me? Would really appreciate your replies...
Thanks a bunch....
Farrukh