how to just delete that windows form application icon in the left corner without replacing it with another icon?
To prevent your form from appearing in the taskbar, set its ShowInTaskbar property to False.
I assume that you're using .Net WinForms.
Set the form's ShowIcon property to false
.
If it is .NET (Winforms) the form should have a ShowIcon property. Set this to false.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With