Possible Duplicate:
Custom titlebars/chrome in a WinForms app
I've been trying to make my own UI, but it wasn't a sucess.
Goal: I would like that my Menu Strip is at the same place as for the ControlBox (Minimize, Maximize and X)
Just like in Flash CS5 and Google Chrome (let's say that tabs becomes menu strips, the ControlBox would be placed the same way), it has this ControlBox in the same row.
Researches: I've seen many post, and I've been searching hours, only to find a post in this website and the guy's answer was "Try put FormBorderStyle to None and make your own UI".
Problem is, making the ControlBox of Windows isn't easy at all and I would like to have the UI of windows (Borders arround the page)...
Any help is appreciated! :)