Clicking on Radio button hangs for MFC based dialog Application
If your application is hanging when you click on a Radio button, must probably you have set the Auto property (under Appearance in Visual Studio Dialog designer) of Radio button to TRUE. Setting AUTO should have worked… but for some reason it does not work for you causing hangs then it could be a bug [...]