Re: Win32 askLine(), getLine(), getInput(), . . .
- Posted by Derek Parnell <ddparnell at bigpond.com> Sep 25, 2004
- 517 views
Terry Constant wrote: > > I have searched but not found a simple askLine() function (ignore > this name it is just a sample). I am looking for a function that > displays a window with a caption, a label/prompt, a single line > edit text box, Ok button and Cancel button. Something like the > askLine() function in Winbatch. The text entered by a user would > be returned as a string. Is there such a function or a library > with one or more such? > > Further, I am just about finished reacquainting myself with > Euphoria and am ready to tackle Win32Lib which looks like an > excellent effort. Is there such a function/demo in its many > demos/tutorials that I missed? > I'm sure I wrote one for use with win32lib but I can't find it now. Maybe I just dreamt it Anyhow, I'll knock one up for you. It's not all that hard to do. -- Derek Parnell Melbourne, Australia