c# - Remove Default icons from title bar in winForms -


how remove default icons(network, battery, volume)from right corner of title bar in compact framework/c# ?

those icons not part of or application. akin system tray in windows. cannot remove them. option make form borderless , full screen, cover them up, , if still want "title bar" effect, paint 1 in manually on form.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -