Dynamic Dialog Tools

(The contents of this page are (C) PowerBasic Inc.)

More often that not, your application will need to communicate with the person or persons using it. Either getting a set of input values for some calculation, or returning the result of that calculation (perhaps even both). In a Windows GUI application that usually means spending time in a forms designer such as Visual Basic or the Microsoft Dialog Editor. In a complex application with hundreds or even thousands of input fields that makes sense. But when you simply need to get smaller amounts of information, or more importantly, when the input dialog needs to be generated dynamically at run time, there is no easy solution. Until now.

PowerBASIC's Dynamic Dialog Tools allow you to use traditional programming methods that have been used by BASIC programmers for years. To create a dialog, you don't need a fancy forms designer, just a few statements of source code. In just a few short, simple steps you can create a dialog window, add text-boxes and buttons, and create a fully functional GUI application.



Overview of DDT-related functions:

  • Callback Function