标签:过程 line class rac pad min mod tracking 方法
在发送消息端使用例如以下方法:
SendMessage(WM_MESSAG_MINE,0,(LPARAM)strVal.AllocSysString());
----------------------------------------
在接收消息端使用:
BSTR b = (BSTR)lParam;
CString s(b);
SysFreeString(b);
AfxMessageBox(s);
标签:过程 line class rac pad min mod tracking 方法
原文地址:http://www.cnblogs.com/jhcelue/p/6900092.html