Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OBrowser called for goes BEHIND calling form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01204746
Message ID:
01204753
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform