Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing animated GIF
Message
From
19/09/2002 10:58:53
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
19/09/2002 10:29:33
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00702212
Message ID:
00702284
Views:
25
>Thanks
>
>Yes, it works using Web browser. But it shows a vertical scrollbar in Web browser control. Can we hide the scrollbar?
>
>Thanks again...

Yes you can after document loads set body.scroll = 'no'
with ThisForm.OWB
  .Navigate2('file://c:\myPath\myanimatedgif.gif')
  DO WHILE .ReadyState <> 4
  ENDDO
  .Document.Body.Scroll = 'no'
endwith
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
Next
Reply
Map
View

Click here to load this message in the networking platform