![]() |
Wie mache ich ein elliptisches Formular?
Code:
procedure TForm1.FormCreate(Sender: TObject);
var CLFRgn: HRgn; begin CLFRgn := CreateEllipticRgn(0, 0, Form1.Width, Form1.Height); SetWindowRgn(Form1.Handle, CLFRgn, True); end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:16 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