Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE control help
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00867191
Message ID:
00867203
Vues:
23
Hi, Ashley.

>Can anyone point me to some documentation on controlling IE options.
>I am trying to disable the min/max buttons and disable the view menu option.

Why don't you just drop an instance of the IE control in a VFP form and use this as the browser. You have full control over the object this way.

Add a TextBox and a CommandButton, and the only code you basically needs is something like:
** Load
Sys(2333,1)

** cmdgo.Click
If Empty( thisform.txtURL.Value )
   * DO Nothing
Else
   thisform.oleIE.navigate2( thisform.txtURL.Value )
EndIf
Hope this helps,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform