|
-
May 19th, 1999, 03:29 PM
#1
Radio Buttons?
I have three radio buttons IDC_RADIO1, IDC_RADIO2 and IDC_RADIO3 IDC_RADIO1 has the group property set and has a member variable (m_radioGrp) of type CButton and the other two do not have anything set. I am able to enable/disable the first button as I please, but can someone please tell me how to do the same for the other two? I have m_radioGrp.SetCheck(0) and this works fine on IDC_RADIO1, but I can't seem to get the other two Radio's to respond to anything! Please provide some code if possible and also can you
explain why m_radioGrp.CheckRadioButton(0,2,1) doesn't work? I also tried the Control ID numbers 1042,1044,1043 in place of 0,2,1 won't work either? Any assistance is greatly appreciated!
Thanks!
Charlie
Everything is Free Until You Have to Pay for it....
Platform is Windows 2000/XP Professional, Visual C++ 6.0
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|