把下面的代码写到按钮的鼠标左键释放事件中
#include "apdefap.h"
void OnLButtonUp(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName, UINT nFlags, int x, int y)
{
int temp;
temp=GetTagWord("TAG"); //Return-Type: WORD
temp+=1;
SetTagWord("TAG",temp); //Return-Type: BOOL
}