please can help me,
what it mean's this code
#include "apdefap.h"
void OnClick(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName)
{
#define ProjPfad ".D_NAME_RW"
char* buffer;
buffer=SysMalloc(MAX_PATH*sizeof(char));
sprintf(buffer, "FuzzyControl++.exe %s",GetTagChar(ProjPfad));
ProgramExecute(buffer);
}
thanks