Click here to Skip to main content
15,885,757 members
Articles / Programming Languages / ASM

AniGIF - a simple, animated GIF custom control

Rate me:
Please Sign up or sign in to vote.
3.68/5 (18 votes)
5 Apr 2007CPOL2 min read 84.5K   2.1K   26  
Display simple, animated GIFs in your applications using the AniGIF custom control (packaged as a DLL and a static library).
;This Resource Script was generated by WinAsm Studio.



1 VERSIONINFO
FILEVERSION 1,0,4,0
PRODUCTVERSION 1,0,4,0
FILEOS 0x00000004
FILETYPE 0x00000002
BEGIN
	BLOCK "StringFileInfo"
	BEGIN
		BLOCK "040904E4"
		BEGIN
			VALUE "Internal Name", "AniGIF\0"
			VALUE "Author", "Antonis Kyprianou\0"
			VALUE "FileDescription", "Simple and animated GIF custom control\0"
			VALUE "FileVersion", "1.0.4.0\0"
			VALUE "LegalCopyright", "Antonis Kyprianou 2004-2006\0"
			VALUE "Comments", "Coded in Assembly\0"
			VALUE "Web Site", "http://www.winasm.net\0"
		END
	END
	BLOCK "VarFileInfo"
	BEGIN
		VALUE "Translation",0x0409, 0x04e4
	END
END

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Cyprus Cyprus
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions