Win32Lib: Creating Custom Dialog Box
- Posted by cklester <cklester at yahoo.com> Apr 19, 2004
- 391 views
How do I create a dialog box that will return a value? For instance, so I can do something like this: myVal = myDialog() and myDialog() is a function which calls up a window and processes the results. This is probably elementary, but I just can't see it without resorting to globals, etc. Thanks!