并将它只置在“属性”中的“几何”的“宽度”中:
#include "apdefap.h"
long_main(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName)
{
#pragma code ("winmm.dll")
VOID WINAPI Playsound ( char* pszSound, char* hmode , DWORD dwFlag );
#pragma code ( )
int w;
w=10;
if (GetTagWord("指示器")&1)
{
w=100;
Playsound("d:\\WELCOM98.wav ",NULL,1);
}
return w;
}