Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Browser screen minimized
Message
From
27/02/2010 02:53:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Open Browser screen minimized
Miscellaneous
Thread ID:
01451394
Message ID:
01451394
Views:
75
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)
Next
Reply
Map
View

Click here to load this message in the networking platform