Delphi-Quellcode:
begin
Application.Initialize;
Application.CreateForm(TForm3, Form3);
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TForm2, Form2);
if Paramstr(1) = 'Param1' then
loggedform(Form1);
wie gesagt, in Bereisch
Parameters (sehe Bild), lege ich meine Parameter
Param1
Es funktioniert super aber leider nur wenn ich das Programm mit Delphi mit F9 starte
Deswegen vermute ich, dass der Pfad nicht gefunden wird oder ?