Hi All,

I have MFC form view application on which I have some push buttons. I want to display animated GIF's such water flowing from left tp right as back ground Image and on top this image I want to place my buttons. What I mean is push buttons has to be placed on animtaed GIF instead of default back ground.

I check Add GIF-animation to your MFC and ATL projects with the help of CPictureEx and CPictureExWnd project in the link

http://www.codeproject.com/KB/graphics/pictureex.aspx

but when I am running the application the buttons are covered by GIF's .. I am unable to see the buttons ..

Please let me know how to do this ...