I am trying to accomplish drag and drop within a list box, basically reording items in a Listbox by using the WM_LBUTTONDOWN, WM_MOUSEMOVE, WM_LBUTTONUP messages, now I have not been able to find a way to get these messages using WM_NOTIFYPARENT. Also I have used SPY++ in order to track when...