随笔分类 -  【Win32】

如果哪天你失去了色彩,我愿守望着天空,寻找你的星座.....
【Windows API】Button Control Macros
摘要:①Button_EnableEnables or disables a button②Button_GetCheckGets the check state of a radio button or check box. You can use this macro or send the BM_GETCHECK message explicitly③Button_GetIdealSizeGets the size of the button that best fits the text and image, if an image list is present. You can use 阅读全文

posted @ 2014-03-29 01:21 至死丶不渝 阅读(473) 评论(0) 推荐(0)

【Windows API】Button Control Functions
摘要:①CheckDlgButtonChanges the check state of a button control②CheckRadioButtonAdds a check mark to (checks) a specified radio button in a group and removes a check mark from (clears) all other radio buttons in the group③IsDlgButtonCheckedThe IsDlgButtonChecked function determines whether a button contr 阅读全文

posted @ 2014-03-28 14:07 至死丶不渝 阅读(303) 评论(0) 推荐(0)

导航