Control IDs not showing in ClassWizard
-
I created a new dialog window that includes a number of push-buttons and radio-buttons. When I open ClassWizard I see all my IDs in the "Object IDs" list on the "Message Maps" tab. However on the "Member Variables" tab, some of the IDs are not showing in the "Control IDs" list. I have other dialog windows that are set up the same way and I don't have this problem. What can cause this? I am using MS VC6. Thanks!
jpyp
-
I created a new dialog window that includes a number of push-buttons and radio-buttons. When I open ClassWizard I see all my IDs in the "Object IDs" list on the "Message Maps" tab. However on the "Member Variables" tab, some of the IDs are not showing in the "Control IDs" list. I have other dialog windows that are set up the same way and I don't have this problem. What can cause this? I am using MS VC6. Thanks!
jpyp
jpyp wrote:
However on the "Member Variables" tab, some of the IDs are not showing in the "Control IDs" list.
Because those controls do not have the
WS_GROUP
style.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
jpyp wrote:
However on the "Member Variables" tab, some of the IDs are not showing in the "Control IDs" list.
Because those controls do not have the
WS_GROUP
style.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
Thanks that did the trick. However I don't understand why all my push-buttons IDs on that window are showing on the "Member Variables" tab as none of them except one has this property set. Furthermore my radio-buttons in my other windows do not have the WS_GROUP property set, and they are all showing on the "Member Variables" tab. Both windows have the same properties and are created the same way. Something else seems to be going here. Any idea? Thanks!
jpyp