Drop the content to Toolbar button
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to implement the toolbar button to receive the dropped contents. I am using COleDropTarget and I have registered that using m_DropTarget.Register(this). It works for a window, List control...But It doesn't work incase of toolbar buttons. Could anyone knows how to implement this? Regards Neha