Убрать из формы Caption
{codecitation class=»brush: pascal; gutter: false;» width=»600px»}
SetWindowLong(Form1.Handle, GWL_STYLE, GWL_STYLE and not WS_CAPTION or WS_SIZEBOX);
{/codecitation}
{codecitation class=»brush: pascal; gutter: false;» width=»600px»}
SetWindowLong(Form1.Handle, GWL_STYLE, GWL_STYLE and not WS_CAPTION or WS_SIZEBOX);
{/codecitation}