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 in framework itself somewhere.

Set Auto to false and it will work, however you need to handle the clicks all yourself.

It took long time to figure this out… hence even though its a small tip, thought of publishing it.

 

Recent Entries

Leave a Reply