Einzelnen Beitrag anzeigen

Benutzerbild von malo
malo

Registriert seit: 19. Sep 2004
2.115 Beiträge
 
#3

Re: Create game-like Full-Screen

  Alt 29. Sep 2005, 22:05
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
  Mit Zitat antworten Zitat