Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OBrowser called for goes BEHIND calling form
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01204746
Message ID:
01204753
Views:
15
Also you can do the following...

*********************************************************
local lnHandle
declare INTEGER FindWindow in win32api INTEGER, STRING
lnHandle=FindWindow(0,"your_window_title")

DECLARE INTEGER SetForegroundWindow in win32api INTEGER
=SetForegroundWindow(m.lnHandle)
*********************************************************
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform