I need to track an event when the user grabs an image in one place of RichEdit field, drags it to another one and then drops it there.
But in those cases when the user press left mouse button, holds it down and move mouse some place elsewhere, WM_LBUTTONUP message doesn't fire in RichEdit procedure, so I can't get the moment, when the user "drops" an image.
So how should I detect WM_LBUTTONUP or may be drag'n'drop event in a RichEdit control?