I want to change the mouse cursor for only one label. If I use SetClassLong the cursor for all labels is changed, I was told that I should use SetWindowLong as it is stated [here][1] but for some reason the mouse cursor doesn't change.
I am using a simple DialogBox.
Edit:
Sorry, if I didn't include my code. It was late and I was tired. As recommended I will post the answer below.