Hi folks,
This is what I've copied from the on-line PBDLL60 helpfile in connection with CONTROL GET CHECK.
"Purpose: Get the check status of a CHECKBOX, CHECK3STATE or OPTION button.
"Syntax: CONTROL GET CHECK hDlg&, Id& TO result&
"Remarks: - .... - Zero (0) is returned if the button is unchecked. One (1) is returned if the button is checked.
"Two (2) is returned if a 3STATE button is grayed. - end quote.
Well, one of my dialogs contains grayed CHECK3STATE boxes (used CONTROL DISABLE to achieve that),
but CONTROL GET CHECK does return zero or one; never a '2'. Is this a known bug in DDT?
And if so, how to work around it?
Thanks,
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
This is what I've copied from the on-line PBDLL60 helpfile in connection with CONTROL GET CHECK.
"Purpose: Get the check status of a CHECKBOX, CHECK3STATE or OPTION button.
"Syntax: CONTROL GET CHECK hDlg&, Id& TO result&
"Remarks: - .... - Zero (0) is returned if the button is unchecked. One (1) is returned if the button is checked.
"Two (2) is returned if a 3STATE button is grayed. - end quote.
Well, one of my dialogs contains grayed CHECK3STATE boxes (used CONTROL DISABLE to achieve that),
but CONTROL GET CHECK does return zero or one; never a '2'. Is this a known bug in DDT?
And if so, how to work around it?
Thanks,
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
Comment