Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use system default web browser
Message
De
15/09/2010 02:15:59
 
 
À
15/09/2010 01:11:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01481211
Message ID:
01481214
Vues:
97
This message has been marked as the solution to the initial question of the thread.
See MSKB#224816

In practice:
DECLARE INTEGER ShellExecute IN shell32.dll ;
	Integer tnHWnd, String tcOperation, String tcFile, ;
	String tcParameters, String tcDirectory, Integer tnShowCmd

ShellExecute(0, "open", "http://www.yahoo.com", NULL, NULL, 1)
>I am writing a fairly simple database program and as part of the deal they want to browse the web from within the app. I know how to open ie within fox
>
>Code I am using
>
>oIE = createobject("internetexplorer.application")
>oIe.Navigate("www.yahoo.com")
>oIE.visible = .t.
>
>
>Is there a different variable or similar simple code to use default browser (IE, Firefox, Chrome or good old Netscape ha ha)
>
>Thanks,
>
>Frank
----------------------------------
António Tavares Lopes
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform