Description
Hello World 1 is the typical hello world program that is intentionally trivial to show the basics of what is needed to get started. This particular implementation uses the IFrameWindow, IStaticText, and IApplication classes to create a typical desktop window that contains the text "Hello World". You can interact with the program only by using frame window functions, for instance, minimize, maximize, and close.
Concept
Sample program demonstrates a simple graphical application.
Task
Stretch and resize the application frame. The text remains centered in the client area.
Supported
Supported
Supported