Guest Vegaskid Posted October 13, 2004 Report Posted October 13, 2004 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 October 18, 2004 Report Posted October 18, 2004 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now