Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browsing the internet from a menu
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00507049
Message ID:
00507184
Vues:
15
>I want one of my apps' menu choices to access a URL target. This works fine using a menu procedure:
>
>_shxEpost = CREATEOBJECT("_shellexecute")
>_shxEpost.ShellExecute(URL)
>
>The problem is that this code doesn't bring the browser window forward. Does anyone know how to do that?

It appears the simple solution is:

_shxEpost = CREATEOBJECT("_shellexecute")
_shxEpost.ShellExecute(URL)
_SCREEN.WINDOWSTATE = 1
Vidar Johannessen
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform