Hello
In a treeview drag drop operation I need to get a users validation before proceeding with the actual drop operation.
In the example DragDropTreeViewsVBNET provided in a previous post
I have added a messagebox at the beginning of the drop operation in order to decide if I proceed or not
However this "hangs" the application. I suspect that the drop operation operates in a different thread that
prevents me from opening a messagebox.
I have tried to find a way to achieve this but have failed.
Have you a suggestion ? (I understand this is not a Telerik issue but I would appreciate any suggestion)
Thanks in advance
Pierre-Jean