Here are 4 more tutorials on using resource dialogs in PowerBASIC. While there are other methods of building dialog style windows in PB, the inbuilt operating system method of resource dialogs is extremely efficient fast and simple to code.
The first example is a CreateWindowEx() window that calls a resource dialog.
The second calls a resource dialog with subclassed controls on it.
The third is a very small very simple file that uses a dialog as a parent window.
The forth is a parent dialog calling a child dialog.
[attachment deleted by admin]