03-11-2011, 04:15 AM
Easy. Can read more in the internet. It is not defined because exists only on Windows Vista/7. It is defined in reference file WINAPIV, and can be used like this:
,case WINAPIV.TRBN_THUMBPOSCHANGING
or define it
def TRBN_THUMBPOSCHANGING 0xFFFFFA22
and then can use like this:
,case TRBN_THUMBPOSCHANGING
,case WINAPIV.TRBN_THUMBPOSCHANGING
or define it
def TRBN_THUMBPOSCHANGING 0xFFFFFA22
and then can use like this:
,case TRBN_THUMBPOSCHANGING