|

楼主 |
发表于 2014-7-20 23:45:00
|
显示全部楼层
回 eric2013 的帖子
eric2013:CreateStart()是什么函数,我看一下 (2014-07-18 19:24)  WM_HWIN CreateStart(void)
{
WM_HWIN hWin;
hWin = GUI_CreateDialogBox(_aDialogCreate, GUI_COUNTOF(_aDialogCreate), _cbDialog, WM_HBKWIN, 0, 0);
return hWin;
} |
|