Adding Button on Window Title bar

Hi,

How do I add an extra button just next to the minimize button on the Window Title bar.

 




Answer this question

Adding Button on Window Title bar

  • VBKeith

    Take a look at the code found in this thread where the asker is looking to do the exact same thing as you.

  • pradeepta

    There are infact couple of application where you have help ' ' button just next to the minimize/close button in the title bar.

    Example : System property dialog box in WinXP.



  • cjms

    Adding buttons to the title bar is highly unusual. It can be done, I believe, but you may very well need to use the WinAPI through PInvoke to do this.
  • Michael G. Emmons

    Thanks a lot.

  • Adding Button on Window Title bar