Animated cursor??
C / C++ / MFC
5
Posts
4
Posters
0
Views
1
Watching
-
Hi, I found a set of animated cursor on the web. It's cool. But how can we use them into a MFC Application? Thanks Everything's beautiful if you look at it long enough...
If they are installed, you can use the Mouse applet from Control Panel. Just click on the Pointers tab.
-
If they are installed, you can use the Mouse applet from Control Panel. Just click on the Pointers tab.
-
Hi, I found a set of animated cursor on the web. It's cool. But how can we use them into a MFC Application? Thanks Everything's beautiful if you look at it long enough...
-
i know only one w32api function that loads animated cursors LoadCursorFromFile()but nothing like this in MFC:~
You can either load them from the file system or embed them as resources in your app.