Try this:
Set your Boderstyle on bsnone and increase your form to the size of the screen:
Delphi-Quellcode:
form1.Top :=0;
form1.Left:=0;
form1.Width:=screen.Width;
form1.Height:=screen.Height;
Erwarte das Beste und bereite dich auf das Schlimmste vor.