Results 1 to 3 of 3
Thread: Handles Win32?
Hybrid View
-
10th November 2006 12:09 #1
Handles Win32?
. 93 listbox-a 3 .
31 IDC_LIST1 IDC_LIST2 .. IDC_LIST31
2 31 . HWND, IDC_LIST1 . IDC_LIST2 31.
. . ?
hWndList=GetDlgItem(hWndDlg,IDC_List1);
hWndList=GetDlgItem(hWndDlg,IDC_List2);
...
hWndList=GetDlgItem(hWndDlg,IDC_List31);
, .
-
10th November 2006 20:56 #2
EnumChildWindows, , , , , (LPCTSTR lpWindowName CreateWindow/CreateWindowEx, ).
, ? , . , GetDlgItem () , .
WM_INITDIALOG .
. INT, 500 593 :
#define IDC_LB1 500
.....
#define ICD_LB93 593
#define IDC_LBLAST IDC_LB93
for(int i=IDC_LB1;i<(IDC_LBLAST+1);i++)
{
hwndLB = GetDlgItem(hwndParentDlg,i);
...../* */
}
, ( ).
? ? ? API .EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|
-
10th November 2006 22:42 #3




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in