Und warum? ^^
edit: grade getestet:
Delphi-Quellcode:
Application.CreateForm(TChatWindow,ChatWnd[0]);
ChatWnd[0].Left := 0;
ChatWnd[0].Top := 0;
ChatWnd[0].Height := 200;
ChatWnd[0].Width := 200;
ChatWnd[0].Parent := pnlChat;
ChatWnd[0].Show;
Geht ebenfalls nicht (;. - Derselbe Fehler.