Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I display and use animated gif in my forms?
Message
From
07/11/2000 13:26:26
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
07/11/2000 13:00:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00438886
Message ID:
00438906
Views:
7
>Hello everyone,
>
>Could anybody help me please with the following:
>
>I have to display an animated gif file in a form.
>Is there a solution for it?
>
>Kind regards and lots of thanks in advance!!
>
>Ron van Zitteren

Ron,
You could use FFC _WebBrowser control and set URL to file.

with ThisForm.Container1
._WEBBROWSER.Navigate('file://C:/WINDOWS/SYSTEM/OOBE/HTML/MOUSE/IMAGES/moving.gif')
.setfocus()
endwith

Container is used only for hiding scrollbar.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform