So I need to be able to tell when the mouse gets dragged up and down in my plugin. So I look in The example solution "IPlugMouseTest" and it has nice simple working code that detects when the mouse gets dragged in different directions, great! but when I implement almost identical code in my plugin the OnMouseDrag function never gets called! wtf? Here is my code Code: