Click to See Complete Forum and Search --> : Grouped Radio Buttons


April 29th, 1999, 02:31 PM
Hello,

I haven't used radio buttons for awhile and I don't recall how to group them all to one notify message... ei OnRadioGroup(UINT nItem) I've got them grouping in the resource correctly, as far as interface/item selection but I can't seem to get that group notify going. Any help would be much appreciated. :)

Thanks,
Chance

sally
April 29th, 1999, 07:43 PM
make the first radio button in the group have the WS_GROUP (?) attribute
all following radio buttions, NOT having the WS_GROUP style set, will be long to that group until either
a) a non radio button is specified
OR
b) a radio button with the WS_GROUP style set

Sally

Sally
April 29th, 1999, 07:43 PM
make the first radio button in the group have the WS_GROUP (?) attribute
all following radio buttions, NOT having the WS_GROUP style set, will be long to that group until either
a) a non radio button is specified
OR
b) a radio button with the WS_GROUP style set

Sally