摘要:
UINT GetCheckedRadioButton(HWND hwnd, UINT nIDFirstButton, int nIDLastButton){ for (UINT nID = nIDFirstButton; nID <= nIDLastButton; nID++) { HWND hwnd1 = GetDlgItem(hwnd, nID); int checkState = Button_GetCheck(hwnd1); if (BST_CHECKED == checkState) return nID;... 阅读全文
posted @ 2014-04-05 21:28
code_focus
阅读(442)
评论(0)
推荐(0)
浙公网安备 33010602011771号