Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WIN2000 & VFP7 & IE Browser Control
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00714086
Message ID:
00714422
Views:
18
>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
  • Previous
    Next
    Reply
    Map
    View

    Click here to load this message in the networking platform