摘要: >__MsgId) {105 case WM_INIT_DIALOG:106 //107 // Initialization of 'Listbox'108 //109 hItem = WM_GetDialogItem(pMsg->hWin, ID_LISTBOX... 阅读全文
posted @ 2014-08-23 04:19 beautifulzzzz 阅读(3051) 评论(0) 推荐(0) 编辑
摘要: >__CreateIndirect()函数来间接创建。 7 */ 8 static const GUI_WIDGET_CREATE_INFO _aDialogCreate[] = { 9 { FRAMEWIN_CreateIndirect, "Dialog", 0, 10, 10, 180,... 阅读全文
posted @ 2014-08-23 02:48 beautifulzzzz 阅读(1305) 评论(0) 推荐(0) 编辑
摘要: >____CreateIndirect()函数来间接创建。 7 */ 8 static const GUI_WIDGET_CREATE_INFO _aDialogCreate[] = { 9 { FRAMEWIN_CreateIndirect, "Dialog", 0, 10, 10, 18... 阅读全文
posted @ 2014-08-23 02:12 beautifulzzzz 阅读(2954) 评论(0) 推荐(0) 编辑
摘要: 它创建了3个窗口:第一个作为桌面的子窗口第二个作为第一个窗口的子窗口第三个作为第二个窗口的子窗口窗口创建后,使用WM_ForEachDesc()在其父窗口中移动各个窗口: 1 static void _cbWin(WM_MESSAGE * pMsg) { 2 GUI_COLOR Color;... 阅读全文
posted @ 2014-08-23 01:41 beautifulzzzz 阅读(1684) 评论(0) 推荐(0) 编辑