Why is OnDragEnter not called?

Posted by Harvey on Stack Overflow See other posts from Stack Overflow or by Harvey
Published on 2010-03-11T05:56:03Z Indexed on 2010/03/11 5:58 UTC
Read the original article Hit count: 441

Filed under:
|

I have added the COleDropTarget variable to my view class, Registered it in the OnCreate(), which is being called at startup. I added the OnDragEnter and OnDrop virtual functions (not the others yet, as OnDragLeave). But they are not called when I drag (or drop) a piece of text over them.

I just happened to think about the fact that I had already implemented the dropfiles function to the same window. Is this preventing the text drag?

What else do I need?

TIA,

Harvey

© Stack Overflow or respective owner

Related posts about visual

Related posts about c++