Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE Control - Simulate Click?
Message
De
03/10/1999 17:46:53
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00272127
Message ID:
00272140
Vues:
22
>I have an IE control on my form and I do this to it:
>
>
>	cNavDest = 'file://'+strtran(sys(2023),'\','/')+'/help10.html'
>	ThisForm.IEControl02.Navigate(cNavDest)
>	ThisForm.IEControl02.Document.Body.Scroll = "no"
>	ThisForm.IEControl02.GotFocus
>
>
>However, for some reason the scroll bar still shows on the right side of the control unless I click inside it. Playing with gotfocus and refresh didn't work. How can I simulate a click there to make the window scrollbar-free?

I don't think you can simulate a click, but you might be able to get IE to refresh itself with other tricks... try playing with methods like ScrollIntoView().
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform