How to make a push button to be selected by default in rc file? I have used the below line to populate a push button on my UI :
CONTROL "BIOS",100,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,79,224,48,8
When I run the code I want the push button BIOS to be selected by default. Any suggestions please?
