on Jun 17th, 2013, 8:24pm, Richard Russell wrote:I suspect that in fact LBB supports more constants than LB4.04 does |
|
Here are just a few of the relatively common Windows constants that LBB knows about but LB4.04 doesn't:
Code:print _AUX_MAPPER
print _AW_BLEND 'etc.
print _BOLD_FONTTYPE
print _BTNS_AUTOSIZE 'etc.
print _CBEM_DELETEITEM 'etc.
print _CC_ANYCOLOR
print _CCS_BOTTOM 'etc.
print _CF_NOFACESEL
print _CMB_MASKED
print _DC_BRUSH
There are dozens of them in all, but of course that's no consolation for the omission of the REG_ constants for which I apologise.
Richard.