Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you get the controls handle?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00782646
Message ID:
00782755
Vues:
13
Another way for VFP version 3..6, this code has to be put in Activate event:
* user-defined property hWindow
IF ThisForm.hWindow = 0
    DECLARE INTEGER GetFocus in user32
    ThisForm.hWindow = GetFocus()
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform