Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API InputBox
Message
From
04/03/2004 05:15:24
 
 
To
03/03/2004 15:45:58
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, United States
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00882884
Message ID:
00883008
Views:
11
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform