Get rid of the three lines on bottom right of Modal Form

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

Hi all,

I am writing a window application. Recently I just changed
few of my forms to be dialog windows. This causes some of
the windows to have 3 lines on the bottom right of the
window. I don't really like these 3 lines. How can I get
rid of them. Not all of my modal windows have them, only
some, which i have no idea why.

The 3 lines that I mentioned is like the following.
----------
| |
| |
| |
| /|
| //|
| ///|
----------

Thank you very much in advanced.


regards,
Sean
 
If I understand you correctly, then you have a resizable form. Try either
setting the FormBorderStyle to fixed or setting the SizeGripStyle to Hide.

Hope this helps!
 
Back
Top