Zitat von
fkerber:
Hi!
Mit nem Timer z.B.?
Ciao Frederic
Ich mein, wie ruf ich " ShowWindow(
Handle, SW_SHOWNOACTIVATE); " angewand auf meine 2. Form aus dem Hauptprogramm auf?
procedure form1.zeige;
begin
Form2.ShowWindow(
Handle, SW_SHOWNOACTIVATE);
end;
akzeptiert Delphi jedenfalls nicht.