Reputation: 57119
Is there anyway to add an item to the control box (wheres the close, minimize and maximize buttons are) with my custom icon in C#?
Thanks.
Upvotes: 5
Views: 1892
Reputation: 12452
Looks like drawing the button yourself with the Win32 API is the only way.
http://www.dotnet247.com/247reference/msgs/41/207281.aspx
http://www.developmentnow.com/g/36_2003_11_0_0_202324/Adding-buttons-to-the-forms-title-bar.htm
Upvotes: 1