Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shell Execute function
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01054755
Message ID:
01054830
Views:
26
For InternetExplorer only:
DECLARE SwitchToThisWindow IN user32 INTEGER hWindow, INTEGER fAltTab

= OpenLink("google.com")
= OpenLink("yahoo.com")
= OpenLink("msn.com")

PROCEDURE OpenLink(cLink)
	LOCAL obj
	obj = CREATEOBJECT("InternetExplorer.Application")
	WITH obj
		.Navigate(m.cLink)
		.Visible=.T.
		= SwitchToThisWindow(.HWND, 1)
	ENDWITH
Previous
Reply
Map
View

Click here to load this message in the networking platform