Does anybody know how to change the MouseIcon property of a form during run time.
I'd like to put a custom one but dont know how to ask it.

Form1.MouseIcon = ???

Maybe I should declare a specific variable and assing it the path of my custom icon, but I dont know the correct type.

Please help!!