Using the RadioButton Posted by Elisha in controls , Tutorials on 08 31st, 2009 | 13 comments Today we will see a very simple example on using radiobutton control in visual basic. Net. we place four controls on a form and control radioButton's label. Each control radioButton represent a season and should look very similar to the following image: Then ... Use the colors of your program in Visual Studio This example arose from a query in this article. The control ColorDialog presents a traditional color palette, but the truth is that visual studio is much nicer and shows all the colors by name as defined in the System.Drawing object properties. Because ...