Hello,
I want to program a VB-Program, which react on OLE-DragDrop-Events in a listview. There should be the posibility to drop a link of the fileexplorer in the listview.
Well, I have inserted the OLEDragDrop-Event in my code. In this event I have a MSComctlLib.DataObject as parameter. In this parameter I can see, how the link is called, when I drop the link in the listview.
This is fine, but how can I extract the destination of this link?
I need to know this, because in the linkdestination are parameters for the program which is called and I want to extract these parameters.
I hope anybody can help
CU Kostarsus
I want to program a VB-Program, which react on OLE-DragDrop-Events in a listview. There should be the posibility to drop a link of the fileexplorer in the listview.
Well, I have inserted the OLEDragDrop-Event in my code. In this event I have a MSComctlLib.DataObject as parameter. In this parameter I can see, how the link is called, when I drop the link in the listview.
This is fine, but how can I extract the destination of this link?
I need to know this, because in the linkdestination are parameters for the program which is called and I want to extract these parameters.
I hope anybody can help
CU Kostarsus