Chris,
I am using the default form and the properties CK.
The following is my StatusBar code:
EZ_StatusBar %FORM1_STATUSBAR, "Left", "4"
EZ_SetSBParts "Form1", %FORM1_STATUSBAR, 4, "25|25|25|25|"
EZ_SetSBText "Form1", %FORM1_STATUSBAR, 1, "Left", "P"
EZ_SetSBText "Form1", %FORM1_STATUSBAR, 2, "Right", "P"
EZ_SetSBText "Form1", %FORM1_STATUSBAR, 3, "Top", "P"
EZ_SetSBText "Form1", %FORM1_STATUSBAR, 4, "Foot", "P"
I am using the StatusBar as an easy way to display information tom the user.