|

楼主 |
发表于 2015-3-27 10:17:31
|
显示全部楼层
回 eric2013 的帖子
eric2013:
获取了文本后:
hItem = WM_GetDialogItem(pMsg->hWin, ID_MULTIEDIT_2);
MULTIEDIT_GetText(hItem, printCharBuf, 16);
.......  eric2013:
获取了文本后:
hItem = WM_GetDialogItem(pMsg->hWin, ID_MULTIEDIT_2);
MULTIEDIT_GetText(hItem, printCharBuf, 16);
.......  (1)GUI_DispStringAt(printCharBuf, 1, 480);函数放的位置有什么要求?
在同样的位置上GUI_DispStringAt("hello word", 1, 480),是可以打印的。
(2)printCharBuf内容:如文本框的内容”棵1a“ |
|