Damit geht die Titelleiste weg ... aber so richtig hübsch sieht es noch nicht aus
Delphi-Quellcode:
procedure TForm1.FormCreate( Sender : TObject );
begin
SetWindowLong(
Handle, GWL_STYLE, GetWindowLong(
Handle, GWL_STYLE )
and not WS_CAPTION );
ClientHeight := Height;
end;
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9
dc 90 9d f0 e9 de 13 da 60)