Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Animated Image in Win32

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 :-)

like image 335
frbry Avatar asked Apr 05 '10 12:04

frbry


2 Answers

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

like image 172
Voivoid Avatar answered Oct 13 '22 00:10

Voivoid


You could use the Animation Control. You would have to convert your .gif to an .avi though.

like image 31
Fozi Avatar answered Oct 13 '22 02:10

Fozi