>does anybody here knows how can I do a RC file with an animated cursor?
Borland’s resource compiler does not understand the ANICURSOR resource type, so
you have to use the numeric id (21). For example, you can add Sample.rc to your
project, where Sample.rc contains the following:
#define ANICURSOR 21
10 ANICURSOR “c:\winnt\cursors\e_work.ani”
(Nienke: Seems to work in WinNT but not with Win95/98…)
[tags]Delphi, Graphic[/tags]
0 Kommentare zu “Animated Cursor in Resourcefile”