Hi all. I'm having some problems creating a dialog in VC++ 6.0.
I am working in the dialog resource view. I have five groups of radio buttons, each of which is in it's own group box. Two of the five groups are behaving normally (i.e. mutually exclusive within it's own group). The other three groups seem to want to all be in the same group, despite being in different group boxes.
I have each group of radio buttons in it's own group box and I have the tab order set up such that each group's buttons are in consecutive order and there are tab stops for other controls in between groups.
Any ideas? Thanks in advance.