Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SefocusAPI function
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
01139628
Message ID:
01140047
Vues:
17
The SetFocus function sets the keyboard focus to the specified window. The window must be attached to the calling thread's message queue.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/keyboardinput/keyboardinputreference/keyboardinputfunctions/setfocus.asp
DECLARE INTEGER SetFocus IN user32 AS SetFocusAPI INTEGER hWindow
? SetFocusAPI(_screen.HWnd)
If the function succeeds, the return value is the handle to the window that previously had the keyboard focus.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform