Hi to all,

I am trying to change MouseIcon property of form at runtime. MY code is
Form.MouseIcon = LoadPicture(App.path & "\Code.ico")

but it is not working. No error message.

is there any other method to do this?

Thanks.

HDave