![]() |
Re: Form auf dem Bildschirm richtig positionieren?
Zitat:
|
Re: Form auf dem Bildschirm richtig positionieren?
Hallo,
Zitat:
![]()
Delphi-Quellcode:
Gruß Hawkeye
procedure TForm1.FormCreate(Sender: TObject);
var R : TRect; begin R := Screen.WorkAreaRect; R.Left := R.Right - Width; R.Bottom := R.Top + Height; BoundsRect := R; end; |
Re: Form auf dem Bildschirm richtig positionieren?
Zitat:
Screen.WorkAreaRect Gibt es bei Delphi5 nicht :cry: |
Re: Form auf dem Bildschirm richtig positionieren?
OK, danke :thumb:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:51 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz