Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API InputBox
Message
From
04/03/2004 09:46:57
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:
00883074
Views:
9
Thanks for the suggestion. I'll see what docs I can find give it a try.

Gary

>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
Reply
Map
View

Click here to load this message in the networking platform