Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WIN2000 & VFP7 & IE Browser Control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00714086
Message ID:
00714422
Vues:
19
>Does anyone know anything about calling an IE Browser control from WIN 2000?
>
>Here's my code:
>

>PUBLIC oxx
>
>oxx=CREATEOBJECT('internetexplorer.application')
>
>...


Hi Hugh

Did you try using the Web browser control on a form? If that suits you, it works fine.

Steps to use are:
  • create new blank form

  • from the Component Gallery / Foundation Classes / Internet,
    drop a Web Browser Control to your form

  • on the Form.Load event place:
    thisform._WEBBROWSER41.Navigate(Home()+"report.htm")


  • Hope this helps,
    Jose
    ------------------
    Jose Marcenaro
    Tercer Planeta - Argentina
    http://www.tercerplaneta.com
  • Précédent
    Suivant
    Répondre
    Fil
    Voir

    Click here to load this message in the networking platform