Animated Image in Win32

frbry picture frbry · Apr 5, 2010 · Viewed 9.6k times · Source

How can i put an animated GIF to my dialog in my native Win32 application?

I have a loading indicator, and a loading process.

Thanks :-)

Answer

Voivoid picture Voivoid · Apr 5, 2010

Not sure if GDI+ could be considered as native win32. In case you can use it check the following example: CodeProject