I'm trying to change the cursor while a drag and drop occurs between two lists in a winforms. I tried several ways (several tutorial and solutions) found over the web.

I even tried to simply change the cursor when the form loads. But as soon as the mouse moves, the cursor is back to default.

I use the following events for my drag and drop.

this.MatchRequi sitionListView. MouseUp += new System.Windows. Forms.MouseEven tHandler(this.M atchRequisition ListView_MouseU p);...