Hello,
This code return me an error on TS_PropertyExist(). Why ? (GEN_MainWindow.panel is the handle of the panel MAINPANEL and there is a statusbar UI control(STATUSBAR2) in this panel.
int error = 0;
CAObjHandle statusbar2;
VBOOL exist= 0;
//TEST
// status bar
errChk( GetObjHandleFromActiveXCtrl(GEN_MainWindow.panel, MAINPANEL_STATUSBAR2, &statusbar2));
tsErrChk( TS_PropertyExists (statusbar2, NULL, "Font", 0, &exist));