Hi guys,
Playing around with DDT's combo boxes stuff, I've discovered slightly different behaviour between the following calls for the same operation.
Both calls select the first element of a combobox-array. In other words: the first call is base zero based, the
second is base one based. I think, this is very confusing.
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
[This message has been edited by Egbert Zijlema (edited August 06, 2001).]
Playing around with DDT's combo boxes stuff, I've discovered slightly different behaviour between the following calls for the same operation.
Code:
CONTROL SEND CBHNDL, 100, %CB_SETCURSEL, 0, 1 COMBOBOX SELECT CBHNDL, 100, 1
second is base one based. I think, this is very confusing.
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
[This message has been edited by Egbert Zijlema (edited August 06, 2001).]
Comment