Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browser focusing using ShellExecute from vfp menu
Message
From
23/02/2004 20:09:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Browser focusing using ShellExecute from vfp menu
Miscellaneous
Thread ID:
00880136
Message ID:
00880136
Views:
57
Dear all,

i tried to execute a command from a vfp menu:

...
DECLARE INTEGER ShellExecute IN SHELL32 INTEGER, STRING, STRING, STRING, STRING, INTEGER
lnErrorCode = ShellExecute(0,'open','http://www.hotmail.com',NULL, NULL,1)
...

but what happen is, for just less than 1 second it bring up the browser with the URL, and then focusing back on the vfp application.

the problem is how to make it stay focus on the browser when executed? any help would be appreciated


regards,
Mark
Reply
Map
View

Click here to load this message in the networking platform