how to remove the default control buttons from a windows form

17,723

Solution 1

The ControlBox property of Forms does this after hiding the Minimize and Maximize buttons.

MSDN - Form.ControlBox Property

Solution 2

Click here to view steps in video

Please Set ControlBox Value as "False" of your desire form.
enter image description here

Share:
17,723
Tacit
Author by

Tacit

Computer science student

Updated on June 07, 2022

Comments

  • Tacit
    Tacit almost 2 years

    The image describes what I am trying to do.

    I have a "connect four" game which works perfectly well but I want to remove the default buttons provided at the top right hand corner of the window. Any quick help on this?

    enter image description here