The MASM Forum Archive 2004 to 2012

Project Support Forums => PowerBASIC Low Level Code => Topic started by: hutch-- on December 12, 2007, 03:10:39 AM

Title: Four PowerBASIC API tutorials
Post by: hutch-- on December 12, 2007, 03:10:39 AM
This is a set of 4 tutorials for writing CreateWindowEX() style API based windows in PowerBASIC. The four tutorials start with a heavily commented example that notifies the user of different stages of the load process for the application until the program is fully loaded and idling in the message loop.

The second tute is a minimum window using the API method.

The third tute uses an API method of creating the file load and save dialogs that is free of the bloat of the intrinsic method.

The fourth tute show one method of how to creae a child window using the program as a parent for a child window.

[attachment deleted by admin]