User input with dialog boxes

Started by
2 comments, last by Structural 21 years, 3 months ago
I used to do quite a bit of scripting a long time back, and in those scripts I always had access to a neat, simple dialog box that handled an input string from the user. It was very handy for reading in simple user data. Is there is win32 something similar? A simple dialog box that reads user input and puts it in a string? I''m unable to find it on MSDN. Thanks!
STOP THE PLANET!! I WANT TO GET OFF!!
Advertisement
If you have the possibilty to create win32 resources, then create a dialog resource with wanted layout and call DialogBox();

Look it up in MSDN, if you don''t get it, tell!


[s]--------------------------------------------------------[/s]chromecode.com - software with source code
Actually I had hoped for a standerd dialog box that read in user input.
Is there no such thing?
STOP THE PLANET!! I WANT TO GET OFF!!
No. You will have to create a Dialog Box with a Edit Control.

This topic is closed to new replies.

Advertisement