Jump to content

Recommended Posts

Guest Vegaskid
Posted

OK, I finally got .Net 2003 and got the SDK installed and away we go!

I started by doing a simple program which switched between 2 animated GIFS using the softkeys. Scaled them down so they fit the screen nicely but when I run the EXE they are stationary. The file runs on my computer with animation OK, just not when I run it on my C500.

Any suggestions would be appreciated.

Guest Peter Foot
Posted

While Internet Explorer on the C500 should support animated GIFs, the .NET Bitmap class supports only static images. There is a control as part of the OpenNETCF Smart Device Framework (www.opennetcf.org/sdf/) (AnimateCtl) which will allow you to animate a bitmap containing multiple frames, but AFAIK doesn't support animated gifs.

Peter

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.