Hello,
I'm new to the windows form scene and I was just wondering how I could group the radio buttons (alot like ASP.NET's radiobuttonlist!) So I can switch between each case chosen from the options. Thats it really, thanks...
Hello,
I'm new to the windows form scene and I was just wondering how I could group the radio buttons (alot like ASP.NET's radiobuttonlist!) So I can switch between each case chosen from the options. Thats it really, thanks...
You should place all the radio buttons of the group inside the same container such as a GroupBox or Panel.
Put all radio buttons for a group in a container object like a Panel or a GroupBox. That will automatically group them together in Windows Forms.