Changing custom mouseIcon at runtime
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!!
Re: Changing custom mouseIcon at runtime
Quote:
Originally posted by Raspoutine
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!!
I replied in General forum :rolleyes: :rolleyes: