Invisible titlebar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vovan

    #1

    Invisible titlebar

    I'd like to have a child form without title bar. I set FormBorderStyle =
    None at design time, I set ControlBox = False, MaximizeBox = False,
    MinimizeBox = False
    Anyway, when the form appears inside of its MDI, it displays its titlebar.
    Then after 0.5 second the titlebar disappears. But even such a short delay
    makes a mess on the child moving all controls.
    The more controls I put on the child form the more noticeable the title bar.
    How do I kill the title bar forever? I do not want it to appear even for a
    short period of time.

    Thank you

    vovan


Working...