[Home] [Puzzles & Projects] [Delphi Techniques] [Math topics] [Library] [Utilities]
|
| Someone asked for help the other day in loading animated cursors as a resource. I had never used them, but I did find out how to do it, so thought I'd pass it along here. A previous Customized Cursors page here in Delphi Techniques introduced the concepts for embedding cursors in a resource file and extracting and using them in a program. For animated cursors. the process is similar, except that there is no predefined resource type for animated cursors, so we'll create a "User defined" resource - I called mine ANICURSOR, but any name will do. Here's a summary of the procedure:
Browse/Download Programs
Caution: Unlike mountain climbing or ice cream for breakfast, "because you can" is not a valid reason to inflict gratuitous animations on the user. Modified: May 15, 2018 |
[Feedback] [Newsletters (subscribe/view)] [About me]Copyright © 2000-2018, Gary Darby All rights reserved. |