I am working on .NET 2.0 with C#. I am using Form Border Style as "FixedToolWindow". I am not able to add icon with this property.
Is it possible to add icon with this property? If so, give me a solution.
I am working on .NET 2.0 with C#. I am using Form Border Style as "FixedToolWindow". I am not able to add icon with this property.
Is it possible to add icon with this property? If so, give me a solution.
No. Windows does not draw an icon for FixedToolWindow. There are other options including drawing your own window, but that could be tedious.
Tool windows don't use icons.
For a similar style, you could set the window style to FixedSingle and disable the Min/Max buttons instead.