Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Handle to a dialog
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00686948
Message ID:
00686973
Vues:
38
>Hi All,
>
>I am looking for a way to get a handle from a dialogbox. Anybody here who can help me?
>
>TIA
>Boudewijn Lutgerink

VFP dialog? If so, and you're using 7.0, then there's the hWnd property. If 6.0 or earlier then
SET LIBRARY TO FOXTOOLS ADDITIVE
lnhWnd = _WhTohWnd(_WFindTitl(< form caption >)
Only problem could be if the dialog's modal. Then you'd have to first create the form without displaying it, get the window handle, then issue the Show() command passing 1 as a parameter.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform