I have two link labels in my windows forms program which links to my website. I got rid of the underlines and the ugly blue colour and tried to fix them up a little bit. But the biggest problem still remains and It's just so disturbing for me, I don't know why.
The hand cursor when you hover over them is that old Windows 98 hand/link cursor. Is there any way to change it to the system cursor? I've checked some other links about this problem, but I couldn't get it to work so I decided to ask here.
Here's my code to get rid of the underline btw: linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;