nein, das klappt leider nicht.
Ich möchte fBruchtrainer als Hauptfenster und dementsprechend fAnleitung in den Vordergrund rücken:
Delphi-Quellcode:
Application.Initialize;
Application.CreateForm(TfBruchtrainer, fBruchtrainer);
Application.CreateForm(TfAnleitung, fAnleitung);
fAnleitung.show();
fAnleitung.BringToFront();
Application.Run;