Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need to read a screen in Internet Explorer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00791022
Message ID:
00791362
Vues:
22
::The user navigates to the web page in IE and then switches to my VFP app.

If you open IE from within your app, like so:
WITH ThisForm
  .oIE = CREATEOBJECT("InternetExplorer.Application")

  WITH .oIE
    .Navigate("http://levelextreme.com/")
    .Visible = .T.
  ENDWITH
ENDWITH
You'll have access to the entire IE DOM through your oIE object, and your users can still switch back and forth between the browser and your app.

Read about the greatest fraud in the history of mankind.
See TaxableIncome.net.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform