I would like to be able to add the help button onto my winform, but keep the maxmimize and minimize buttons, but windows standard is to disable both to be able to show the h
One way to do this is to draw your own border.
FormBorderStyle = None
Now construct your own caption area. This is non trivial because you have to handle drag resize events, transparency if you want rounded corners, etc.