Viewing animations on Winmobile 5.0 emulator
-
I have some animated images and i want them to bring on Win mobile 5.0 emulator. I wanted to see the animations after deploying the application containing the animated images. I have copied the images in the picture box on smart device forms but could not see the animations on deploying. Please help.
-
I have some animated images and i want them to bring on Win mobile 5.0 emulator. I wanted to see the animations after deploying the application containing the animated images. I have copied the images in the picture box on smart device forms but could not see the animations on deploying. Please help.
I am assuming you are using animated GIFs. The picturebox control doesn't support animated GIFs. You'll have to set up a timer and swap out the images yourself.
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
-
I have some animated images and i want them to bring on Win mobile 5.0 emulator. I wanted to see the animations after deploying the application containing the animated images. I have copied the images in the picture box on smart device forms but could not see the animations on deploying. Please help.
Hi Deepali Khalkar, In .Net CF , animation is not supported by the picture box control, so you have to write some own code. See Creating a Microsoft .NET Compact Framework-based Animation Control[^] article, this article will solve your problem. Cheer :)
Pavan Pareta