ComboBox

xiaoxiao2021-03-06  102

HWND HWNDPRIORITYCLASS = Getdlgitem (hwnd, idc_priorityclass);

ComboBox_addstring (HWndPriorityClass, Text ("NO LIMIT");

ComboBox_addstring (HWndPriorityClass, Text ("iDle"));

ComboBOX_Addstring (HWndPriorityClass, Text ("Below Normal");

ComboBox_Addstring (HWndPriorityClass, Text ("Normal"));

ComboBox_addstring (HWndPriorityClass, Text ("Above Normal"));

ComboBox_addstring (HWndPriorityClass, Text ("HIGH");

ComboBox_addstring (HWndPriorityClass, Text ("RealTime");

ComboBox_Setcursel (HWndPriorityClass, 0); // default to "no limit"

转载请注明原文地址:https://www.9cbs.com/read-99450.html

New Post(0)