..and the list is big enough I will not continue and get to the point.. Now I do want to make a Group of Radio Buttons that work together setting the WS_GROUP, (but) instead of writing tons of lines like this:
I want to create a function that uses only one time the Macro to create a window, and use maybe a loop which uses the names from the struct above for all 33 buttons. Otherwise this is a pain to write 33 times same thing even if I copy and paste, I just don't like the idea of having 33 same lines and occupy the space for no reason. Anyone could help in this problem ?
Thanks..
All the parameters of the CreateWindow() call are, as you know, 'variables'. I do for loops all the time for multiple controls. The operable term is 'Control Arrays'. Do you need an example?