How to load cursor image??

Phiru (105)
I can change cursor image and it works with resource file or ID.

And I want to load cursor image from certain path like "./data/image/a.png".

But I don't know how to load it.

Let me know it. Thanks
modoran (1245)
LoadCursorFromFile() is what you need.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms648392(v=vs.85).aspx
Phiru (105)
Thank you.
Registered users can post here. Sign in or register to post.