Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pro 5 version of Hyperlink Base Class?
Message
De
11/09/2000 18:18:03
 
 
À
11/09/2000 14:30:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00415032
Message ID:
00415172
Vues:
20
>As the title says:
>
>Is there a Pro 5 version of Hyperlink Base Class?
>

VFP5 can do any of a number of things - you can launch the URL using ShellExecute(), which would start an instance of the default browser, you can instance InternetExplorer.Application, the automation object for IE, navigate to the URL, and make the IE instance visible, or drop the WebBrowser control on your VFP form, and probably a dozen other alternatives as well. The following was quite happy on my VFP5:

oIE = CREATEOBJ('InternetExplorer.Application')
oIE.Navigate('www.levelextreme.com')
oIE.Visible = .t.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform