As the title says, I am wondering if it is possible to implement a Drop Down Menu on the Title Bar of my Form, similar to Firefox 4's:
removed dead ImageShack link
Is it possible for me to do this with C# and WinForms? If so, how? It doesn't have to be very fancy like the Office Ribbon. In fact it can look exactly the same as the Firefox button, but with my applications name instead.
Yeah, no problem. Set the form's ControlBox property to False and the Text property to an empty string. The menu is tougher, you'll have to approximate it with a ContextMenuStrip. Google WM_NCHITTEST to restore the window behavior that is lost because of the missing title bar.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With