Radio Buttons Styling (Windows Mobile 6)
-
I have a very basic question but have lost some time wondering and digging the webs for an answer already - should be extra easy to answer tho: I am developing a windows form for Windows Mobile 6 in C#, using Visual Studio 2008. I have two sets of radiobuttons in a form, and I want to separate them. I have learned I should use the WS_GROUP option, but the dumb question is... "Where/how do I set this WS_GROUP option?" Appreciate some reply - thank you for your attention
-
I have a very basic question but have lost some time wondering and digging the webs for an answer already - should be extra easy to answer tho: I am developing a windows form for Windows Mobile 6 in C#, using Visual Studio 2008. I have two sets of radiobuttons in a form, and I want to separate them. I have learned I should use the WS_GROUP option, but the dumb question is... "Where/how do I set this WS_GROUP option?" Appreciate some reply - thank you for your attention
Can you confirm the development language that you are using? WS_GROUP is a windows style constant that is used in programs written in C/C++. For C# you would accomplish grouping radio buttons by either placing them in the same container (groupbox or panel).
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
-
Can you confirm the development language that you are using? WS_GROUP is a windows style constant that is used in programs written in C/C++. For C# you would accomplish grouping radio buttons by either placing them in the same container (groupbox or panel).
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet