Radio controls!!
-
(I want to know everything about how to handle them!!) How to use the CheckRadioButton(..) method? I don't understand what they mean in MSDN Libray with the parameters! :( But if I say how I want to use them: I want to set the radio button to be checked, and I want to know if the radio is checked!! HEEEELP!! ------------------------------ CodeCracker - That's me! :) ------------------------------
-
(I want to know everything about how to handle them!!) How to use the CheckRadioButton(..) method? I don't understand what they mean in MSDN Libray with the parameters! :( But if I say how I want to use them: I want to set the radio button to be checked, and I want to know if the radio is checked!! HEEEELP!! ------------------------------ CodeCracker - That's me! :) ------------------------------
CheckRadioButton is fairly simple to use. The first parameter is the first Radio button ID in the group of Radio buttons. If you had three radio buttons in a group, IDC_CHOICE1,IDC_CHOICE2,IDC_CHOICE3 then the first parameter would be IDC_CHOICE1. The second parameter would be the last one in the range IDC_CHOICE3. The last parameter is the id of the button that you want checked. You can use IsDlgButtonChecked to find the selected button, hope this helps, Michael :-)
-
(I want to know everything about how to handle them!!) How to use the CheckRadioButton(..) method? I don't understand what they mean in MSDN Libray with the parameters! :( But if I say how I want to use them: I want to set the radio button to be checked, and I want to know if the radio is checked!! HEEEELP!! ------------------------------ CodeCracker - That's me! :) ------------------------------
look up the following in MSDN CButton::SetCheck CButton::GetCheck Nish Sonork ID 100.9786 voidmain
www.busterboy.org
Nish is a BIG fan of Goran Ivanisevic -
(I want to know everything about how to handle them!!) How to use the CheckRadioButton(..) method? I don't understand what they mean in MSDN Libray with the parameters! :( But if I say how I want to use them: I want to set the radio button to be checked, and I want to know if the radio is checked!! HEEEELP!! ------------------------------ CodeCracker - That's me! :) ------------------------------
-
(I want to know everything about how to handle them!!) How to use the CheckRadioButton(..) method? I don't understand what they mean in MSDN Libray with the parameters! :( But if I say how I want to use them: I want to set the radio button to be checked, and I want to know if the radio is checked!! HEEEELP!! ------------------------------ CodeCracker - That's me! :) ------------------------------