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
- Clicking on Radio button hangs for MFC based dialog Application
- zFeeder – Making PHP 5.3 + compatible, solving ‘Function ereg_replace() is deprecated’
- How to multilingualize or localize URL in Gallery2 – enhancement of multilang module to create multilingual URLs, Multi-language URL for SEO with Multi Language Module
- Fix for mergelog, fails with error “abort due to a problem” for dummy records of apache access logs
- Shepherds life in mountain
- The modern marriage culture among mate
- Do you know that barter system still exists in most villages in uttarakhand, may be true for many other parts of India also
- How to catch copy paste from explorer using shell extension? ICopyHook alternative for files and folder
- How to convert ASCII/UNICODE string to hex string? Function/API to convert to hex string
- How to solve ‘ReadFile hangs’ for named pipe client/server – sample working code for named pipe