Where can I find standard (licence free) animations like “Copy” for self implemented windows applications (avi,animated gif)?
Visual Studio has only few animations in its image library (unfortunately not the “Copy” animation).
Where can I find standard (licence free) animations like Copy for self implemented windows
Share
I’d recommend you download Resource Hacker and look for the desired resource in the
C:\Windows\System32\shell32.dllfile.Look under the AVI section for the common AVIs used by windows.
Alternatively, if you have Visual Studio 2008 installed, look through the Visual Studio Image Library. There is a copy animation in there albeit it isn’t the same as the one windows displays when a copy is in progress.
The VS image library can be found at
%ProgramFiles%\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary