Hi Cadere
Welcome to the Delphi-PRAXiS.
Try to set the settings in the Object-Inspector at your Form:
Delphi-Quellcode:
Form1.Formstyle := fsStayOnTop;
Form1.WindowState := wsMaximized;
BorderStyle := bsNone;
when you go to Fullscreen... that should make your window large enough for fullscreen. You need to set your components with anchors, so they will be always the right position and size. I hope so...
edit: Damned... no red box
2nd edit: Ehm... I think my code would not work as it has to. But there's a better version