|
Previous Top Next |
The WindowsClassDemo.app is dedicated to the WindowsClass only. By default the WindowsClassDemo.app Example app is installed in your Clarion\3rdParty\Examples\ITUtilities folder. The application has 5 procedures:
Procedure |
Demonstrates |
Main |
Shows how to color the background of an appframe with SetWindowColor |
TestWindowsClass |
Shows how to use a number of the methods in the WindowsClass, such as enumerate child and top windows, search window titles, pinpoint popup menus, change the window to use toolbox caption and set the window color. This procedure is not done and we will be modifying and adding to it as we complete the demo. |
TestEnumChildWindows |
Enumerates all windows that are child windows of the parent handle that is passed to the procedure. This includes controls that are on the window being enumerated. |
TestEnumTopWindows |
This enumerates all top windows (parent windows) that are running. |
SplashWindow |
Shows a splash window. |