Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Animated picture in VFP
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00182276
Message ID:
00182793
Views:
17
>>>>>Hi,
>>>>>Is possible insert the animated picture in a form ?
>>>>>
>>>>>Thank you
>>>>>
>>>>>Ciao - Good bye
>>>>>Annibale
>>>>>ROME - ITALY
>>>>
>>>>Annibale, you may use the WebBrowser ActiveX for this,
>>>>or some Animated GIF ActiveX
>>>>for example from http://www.jcomsoft.com/,
>>>>or you can use .AVI file with Microsoft Animation Control.
>>>>
>>>>Nick
>>>
>>>Hi Nick,
>>>
>>>May you post an example of using WebBrowser ActiveX for this.
>>>
>>>Sincerely, Igor Gelin.
>>
>>
>>For example:
>>Place the WebBrowser on the form, and put in its Init()
>>
>>this.navigate("c:\prg\test\anitest.gif")
>>
>>If the form crashes, you need to play with the setting of SYS(2333)
>>
>>Nick
>
>Hi Nick.
>
>I tried it out.
>
>In startup prg I have =Sys(2333). But at runtime I got an Ole Error Code
>0x80004005: unspecified error.
>
>????

SYS(2333,0)
or
SYS(2333,1)
?

BTW, I was testing on Win95 only.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform