I was wondering, how exactly do you insert your own cursor icons into a program, what changes do you need to make to the
Code:
    wincl.hCursor = LoadCursor (NULL, IDC_ARROW);
so that the icon is a custom one, and does it matter if the icon is animated???