Tutorials about C# > winforms

Display Time Progress with TimeProgressBar

The TimeProgressBar allows you to display the progress of a task which its running time is known.

Select multiple enum values with EnumFlagsSelector

In my previous article Select enum value with EnumSelector I have discussed how to use the custom control EnumSelector to select one enum value from all possible values of enum. In this article, we will see EnumFlagsSelector for selecting multiple values from all possible values of enum

Select enum value with EnumSelector

EnumSelector is a control that allows selecting one value from all possible values of an enum type. This control simplifies the creation of user interfaces which are based on enum types.