Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Animated Gifs
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00170508
Message ID:
00170551
Views:
22
Hi Dennis,

>How do I display an animated gif in my VFP 6.0 application?

Use the WebBrowser control. Make sure you set SYS(2333) to the proper value (I can't never remember whether this one is 0 or 1, but the wrong one would crash VFP). Also make sure you insert NODEFAULT into the Refresh event. You can use the Navigate() method to display the GIF file.

BTW, using the GIF format in ones application might require a special license agreement since the packing alogrithm (LZW) of GIF files belongs to a company. This, of course, is only necessary for displaing compressed GIFs.

Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform