Adding a custom button in title bar VB.NET

后端 未结 3 1986
情书的邮戳
情书的邮戳 2021-01-07 04:45

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

3条回答
  •  情深已故
    2021-01-07 05:37

    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.

提交回复
热议问题