I only want to display the Minimize and Close buttons on the caption bar, without the Maximize button using C#.net in WinForm Application. If I put this.MaximizeBox = false, the Maximize button is still displayed although it will be disabled.
Any help will be appreciated. Please Provide me your excellent ideas
Thanks in Advance.
What you need to do is paint your own window chrome. See this SO question for how to do so:
Custom titlebars/chrome in a WinForms app