Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
API InputBox
Message
De
04/03/2004 05:15:24
 
 
À
03/03/2004 15:45:58
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00882884
Message ID:
00883008
Vues:
12
Gary,

I don't think there is a direct equivalent for the VFP InputBox. However, there are two API functions you can use for creating dialog boxes at runtime.

To create modal dialog boxes use:-
DialogBoxIndirectParam
To create modeless dialog boxes use:-
CreateDialogIndirectParam
You create dynamic dialog boxes at runtime by building a dialog template (DLGTEMPLATEEX + optional FONTINFOEX + DLGITEMTEMPLATEEX structures) in memory and passing it to one of the functions above.

Not easy to do from VFP though ;-)

Regards
Neil
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform