If I read correctly
Fine and good, but how do I end a group without starting a new group???
Or do I have to hold off any option buttons till last??? (or aka, do they have to be the highest values for my equates to work?
I tend to like to layout my Dialogs/Windows/Forms from the top down left right, and to me ending a group should end, not start a new group till I say to do a new group.
Is ther a Api equivelent that works me around this problem???
%WS_GROUP
Define the start of a group of controls. The first control in each group should also use %WS_TABSTOP style. The next %WS_GROUP control in the tab order defines the end of this group and the start of a new group.
Define the start of a group of controls. The first control in each group should also use %WS_TABSTOP style. The next %WS_GROUP control in the tab order defines the end of this group and the start of a new group.
Or do I have to hold off any option buttons till last??? (or aka, do they have to be the highest values for my equates to work?
I tend to like to layout my Dialogs/Windows/Forms from the top down left right, and to me ending a group should end, not start a new group till I say to do a new group.
Is ther a Api equivelent that works me around this problem???
Comment