I was just wondering if there was a possible way to add a custom button into the title bar using VB.NET. I\'ve seen many such questions on Stack Overflow but failed to get a
Here is an example with some working code:
http://www.dreamincode.net/forums/topic/69215-2008-custom-title-bar/
Basically, you need to create a form with no border, then roll your own "Titlebar" which will basically be an area at the top that you can customize however you want. This is a difficult solution to fully implement properly, but it is probably the way that will best accomplish this.