so I'm having some trouble with opening the tab to where I want to drag some data.
I have 2 child MDI forms, with both a listview. I would like to drag a listviewitem from mdichild 1 to mdichild 2.
The problem is that I am not able to find the correct event that makes it possible to SHOW the second form when I drag my data to the corresponding MDI tab.
Right now the only thing I get when I drag data to a MDI tab is the standard black circle with a stripe through it.
Any ideas on how to open the tab?
All help is appreciated
AllowDrop
property is true for the target? – J...AllowDrop
property true? – J...ItemDrag
,DragEnter
,DragDrop
, etc, handlers for the relevant controls. – J...