|

楼主 |
发表于 2022-12-16 16:13:55
|
显示全部楼层
hListBox = CreateWindowEx(0, _T("ListBox"),
NULL, WS_VISIBLE | WS_CHILD | WS_VSCROLL | WS_BORDER,
width * 0.03, width * 0.03, rc.right / 3, rc.bottom * 0.8, hwnd, IDC_LISTBOX, GetModuleHandle(NULL), 0);
ListBox控件类型 |
|