Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Link to website
Message
 
To
01/07/2000 18:05:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00387369
Message ID:
00388816
Views:
17
The code tries to re-use my existing browser instance. How can I force it to always open up a new browser?
	DECLARE INTEGER ShellExecute IN "Shell32.dll";
		INTEGER, STRING, STRING, STRING, STRING, INTEGER

	=ShellExecute(0,"Open","http://127.0.0.1","","",0)
>>this is where the FFC are useful, once you look at how the same/similiar thing is done in the FFC you realize your own deal aint so bad after all and stop beating yourself up :)
>
>I never thought of it like that. Thanks, Rox.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform