Delete standard icon in windows form
icons, winforms
Solution
I assume that you're using .Net WinForms.
Set the form's ShowIcon property to `false`.
Problem
how to just delete that windows form application icon in the left corner without replacing it with another icon?