Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
App starts up unselected
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00167184
Message ID:
00167210
Vues:
17
A few Windows API Calls will do the trick.


Declare Integer FindWindow In Win32API String lpClassName ,String lpWindowName
Declare Integer SetForegroundWindow In Win32API Integer hwnd

Local cMyMainApplicationWindowTitle,nHandle

cMyMainApplicationWindowTitle = "My App's Name"
nHandle = FindWindow(0,cMyMainApplicationWindowTitle)
SetForegroundWindow(nHandle)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform