Introduction to PowerBuilder

HomePrevious Lesson: A Full-featured window(w_product_master)
Next Lesson: Menu Painter

A window to display your application information(w_about)

Window Properties for w_about window

Property

Value

Title:

(Disable Titlebar)

Window Color:

Window Background

Window Type:

Response

Left Top control is a Picture. Assign your company logo's bitmap. Name it as p_logo. The next two controls are StaticText controls. Provide your company name over there.

The bottom four controls are CommandButtons cb_copyright_info, cb_system_info, cb_credits and cb_done. Turn on both "Default" and "Cancel" properties for cb_done CommandButton. Save this window as w_about.
HomePrevious Lesson: A Full-featured window(w_product_master)
Next Lesson: Menu Painter