HI StefanDP,
Zitat von
StefanDP:
du kannst in deiner *.dpr einfach
Delphi-Quellcode:
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TForm2, Form2);
vertauschen, so dass form2 vor form1 erstellt wird
AFAIK funktioniert das nicht, da das als erstes erzeugte Form das MainForm ist.
Der Code, der mit Form2 zu tun hat sollte wohl ins OnShow.
Greetz
alcaeus