Unselecting Radio buttons
-
Hi all; I have a bunch of radio buttons acting like a group of radios. I have a single variable pointing to them and i need to have these unselected as soon as i have done some processing, ie i need to initialise them. Can somebody please help me out. Thanks krugger
-
Hi all; I have a bunch of radio buttons acting like a group of radios. I have a single variable pointing to them and i need to have these unselected as soon as i have done some processing, ie i need to initialise them. Can somebody please help me out. Thanks krugger
m_Radio.SendMessage(BM_SETCHECK,BST_UNCHECKED,NULL);
this worked for me.
P.R.A.K.A.S.H
-
Hi all; I have a bunch of radio buttons acting like a group of radios. I have a single variable pointing to them and i need to have these unselected as soon as i have done some processing, ie i need to initialise them. Can somebody please help me out. Thanks krugger
Have you seen
CheckRadioButton()
andCheckDlgButton()
?
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)