-
引用 achaorui 2008/9/14 22:48:14 发表于2楼的内容
-
-
-
netwell 发表于 2008/9/15 9:38:03
#include "apdefap.h"
void OnClick(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName)
{
ProgramExecute("C:\\Program Files\\Siemens\\Step7\\S7BIN\\S7tgtopx.exe ");
}帮忙修改下,谢谢~
引用 netwell 2008/9/15 9:38:03 发表于3楼的内容
-
-
-
-
netwell 发表于 2008/9/18 10:26:23
#include "apdefap.h"
void OnLButtonDown(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName, UINT nFlags, int x, int y)
{
// WINCC:TAGNAME_SECTION_START
// syntax: #define TagNameInAction "DMTagName"
// next TagID : 1
// WINCC:TAGNAME_SECTION_END
// WINCC:PICNAME_SECTION_START
// syntax: #define PicNameInAction "PictureName"
// next PicID : 1
// WINCC:PICNAME_SECTION_END
ProgramExecute("C:\\Program Files\\Siemens\\Step7\\S7BIN\\S7tgtopx.exe");
}记录下:)
引用 netwell 2008/9/18 10:26:23 发表于4楼的内容
-
-
引用 bubli 2008/9/22 20:45:32 发表于5楼的内容