GIF in Emulators

Hi,

How can we display GIF images in emulators and smart phone devices

I am using CF2.0, SP CE 5.0 Emulator, VS 2005

Thanks




Answer this question

GIF in Emulators

  • FassaBortolo

    The following Article should help: http://msdn2.microsoft.com/en-us/library/aa446483.aspx

    Michael



  • Jae

    That helped me

    Thanks



  • flyingchen

    Thanks

    Sorry i mean SP WM5.0 Emulator

    I tried the code

    but Gif image is not not blinking or rotating ..It shows like JPG or BMP image

    How can i see the GIF image like the 1 we can see in a desktop Computer

    Thanks



  • Stealth549

    Can u help me how can i animate a gif file..

    Any links that provide info. on this..

    Thanks



  • Kieron Lanning

    That's quite expected. If you want animated GIF you would have to animate it yourself.



  • Mitch Walker - MSFT

    What's "SP CE 5.0" Is that SP or is that CE Does it have GIF decoder in the image

    Anyway, have you tried something like this:

    pictureBox.Image = new Bitmap(@"\full\path\to\my.gif");



  • GIF in Emulators