cuiTaskbarBadgeController

A custom-built CuoreUI component.

An instance allows you to set your app's Taskbar badge to any image you want. Exposes TargetForm, Image , Description, NumericBackColor, NumericForeColor and NumericValue

Your image will be resized to 16x16, the size which Windows expects.

A fresh WinForms app with 'cui' logo as it's badge. Windows 11 TaskBar
A fresh WinForms app with a dynamically created graphic '1' as it's badge. NumericBackColor = Color.Red, NumericForeColor = Color.White Windows 11 TaskBar
A fresh WinForms app with a dynamically created graphic '9+' as it's badge. NumericBackColor = Color.FromArgb(64, 0, 0, 0), NumericForeColor = Color.White Windows 11 TaskBar

Last updated