Creating window without header

Hi all,

I need to create a simple form but without any header or borders, is there some control or technique that allows it

Thank you,
Duvel


Answer this question

Creating window without header

  • bbostic

    Helo.

    I don't now if this is that you need, but setting  "FormBorderStyle" property to "None" you get a form without borders or header.

    I hope for help you.
    Jose

  • MARIU5

    For example, in Java there is a JWindow container that does not have a title bar, buttons and others. Is there some similar control in Windows Forms

    Duvel.

  • Jeremy Jarrell

    Thank you, Jose

    Duvel

  • Creating window without header