Click here to Skip to main content
15,905,316 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hy everybody
How to get check state in radio Button in win32 project ?
Posted
Comments
AmitGajjar 16-Sep-12 2:03am    
is it VC++ 6?

1 solution

The check state is returned when sending a BM_GETCHECK[^] message to the button window. This can be done using the Button_GetCheck()[^] macro.
 
Share this answer
 
Comments
khosro goudarzi 16-Sep-12 6:16am    
Thanks for your help .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900