Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi All,

I do not understant why there is no any control about Radio button in WTL library , maybe I need rewrite it wholy , i fact , I want to disable a radio button , and then look like a gray button , but I can't find any method to do , so any one can help me ? thanks in advance
Posted

from the enclosing dialog

GetDlgItem(youControlId).EnableWindow(FALSE);

should do it

WTL is about making windows calls closer to the OS, and removing all the complexity and chaff that MFC adds
 
Share this answer
 
To Barneyman,

thank you suggestion , but I also to "and then look like a gray button" , EnableWindow(false) only not receive key and mouse message
 
Share this answer
 

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