Hi,
I'm trying to use the WinExplorerBar as a toolbox, but what I want to do is drag one of the items from my toolbox onto another control on the form. I don't want to drag the items between the groups on within a group on the control itself, just to outside the control. Even if I start a drag drop operation, I always get presented with the can't drop icon (circle with a line through it). Is it possible to do what I want...and does anyone have any hints?
Thanks,
Colin.
I did manage this eventually. I think the trick is setting the NavigationAllowGroupReorder to false. Then handle the ItemDragging and GIveFeedback events and you should be right.
I need to also do what the poster described, anyone with any ideas? Example??