hallo .morpheus
Das erste Form, dass in der Projektdatei erzeugt wird, wird dann angezeigt. Daher musst du die CreateFOrms einfach umdrehen:
Delphi-Quellcode:
begin
Application.Initialize;
Application.CreateForm(TForm2, Form2);
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
grüße, daniel