发布于 2008-01-04 21:31:29
0楼
在是否闪烁的C动作中:
BOOL bRet=FALSE;
if (GetTagBit("tag1")==1 && GetTagBit("tag2")==1) bRet=TRUE;
if (GetTagBit("tag1")==0 && GetTagBit("tag2")==0) bRet=TRUE;
return bRet;
在闪烁背景色ON中:
if (GetTagBit("tag1")==1 && GetTagBit("tag2")==1) retrun CO_RED;
if (GetTagBit("tag1")==0 && GetTagBit("tag2")==0) return CO_YELLOW;
retrun GetBackColor(lpszPictureName,lpszObjectName);
无论成与败,无论甜与苦,我还是我。