Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open Browser screen minimized
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Open Browser screen minimized
Divers
Thread ID:
01451394
Message ID:
01451394
Vues:
76
Is there any way to get this page to open minimized?
Using the code below, the page opens 'behind' the active window but not minimized.

thanks
k
#DEFINE SW_SHOWMINIMIZED     6
lcUrl = "https://google.ca"
oShell = Createobject("wscript.shell")
oShell.Run(lcUrl)
DECLARE INTEGER ShellExecute IN "Shell32.dll" ;
	INTEGER hwnd, STRING lpVerb, STRING lpFile, ;
	STRING lpParameters, STRING lpDirectory, LONG nShowCmd
ShellExecute(0, "Open", lcUrl, "", "", SW_SHOWMINIMIZED)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform