Einzelnen Beitrag anzeigen

Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#4

Re: Formular erstellen ohne Fokus zu erhalten

  Alt 1. Jun 2009, 09:19
Hallo

Zeige das Formular so an:

Delphi-Quellcode:
Form2 := TForm2.Create(Application);
  ShowWindow(Form2.Handle, SW_SHOWNOACTIVATE);
  Form2.Visible := True;
Thomas
  Mit Zitat antworten Zitat