CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

C Sharp (C#)

C Sharp

C# – How to use RadioButton control?

RadioButton controls are used to get the mutually exclusive options from the user. It has similar functionality with CheckBox control. CheckBox control is to get combination of options from the user, whereas this control allowed to select mutually exclusive options. Properties When set AutoCheck property to True, the state of the RadiButton control automatically changed […]

C# – How to use ColorDialog?

ColorDialog is one of the common dialogs in .Net Framework; used to display the available colors and also allows us to define custom colors. Through this article, we are going to discuss, how we use ColorDialog. Usually, we have Standard colors and User-defined colors. By modifying the individual color components of the Standard colors, we […]

Scroll to top