The MASM Forum Archive 2004 to 2012

Project Support Forums => PowerBASIC Low Level Code => Topic started by: hutch-- on December 19, 2007, 06:43:12 AM

Title: Second 4 PowerBASIC tutorials on resource dialogs.
Post by: hutch-- on December 19, 2007, 06:43:12 AM
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]