I have a somewhat similar issue, where if I have a control that handles a MouseMove, it will get invoked when I try and move my mouse on a TabHeader. So in my case, I do a DoDrag operation in my MouseMove, and then it gets stuck and locks up windows because it never returns back from the DoDrag operation. I tried figuring it out, but I haven't spent any serious time on it.
↧