Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Showing animated GIF
Message
De
19/09/2002 10:58:53
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
19/09/2002 10:29:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00702212
Message ID:
00702284
Vues:
26
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform