这样为什么不行??????
#include "apdefap.h"
void OnLButtonDown(char* lpszPictureName, char* lpszObjectName, char* lpszPropertyName, UINT nFlags, int x, int y)
{
HWND hwnd=NULL;
int iret;
hwnd=FindWindow(NULL,"wincc c_course");
iret=MessageBox(hwnd,"jjj","lll",MB_OKMB_APPLMODAL);
}