C
Cappy
Hi,
I'm working in a C# environment and created an interface containing a
listview and a visio canvas.
I'd like to drag and drop an item from the listview onto the visio
canvas. To do so I have implemented the ItemDrag and the DragOver
functions of the listview and I have set the AllowDrop property of the
visio control to true
Now, my question is which functions I should implement in the visio
control in order to accept the drop event? On this moment the cursor
changes into a forbidden sign if I hover over the visio control. When
dragging and dropping onto another type of control, they contain
functions such as DragDrop in which these events can be handled, the
visio control however does not seem to contain these functions
Can anyone help me with this problem?
Greetings
Cappy
PS: I already tried some of the suggestions in other treads but none of
them seem to work for me
I'm working in a C# environment and created an interface containing a
listview and a visio canvas.
I'd like to drag and drop an item from the listview onto the visio
canvas. To do so I have implemented the ItemDrag and the DragOver
functions of the listview and I have set the AllowDrop property of the
visio control to true
Now, my question is which functions I should implement in the visio
control in order to accept the drop event? On this moment the cursor
changes into a forbidden sign if I hover over the visio control. When
dragging and dropping onto another type of control, they contain
functions such as DragDrop in which these events can be handled, the
visio control however does not seem to contain these functions
Can anyone help me with this problem?
Greetings
Cappy
PS: I already tried some of the suggestions in other treads but none of
them seem to work for me