Registriert seit: 13. Feb 2009
262 Beiträge
Delphi 7 Personal
|
AW: Problem mit CreateParams und WS_EX_APPWINDOW
24. Dez 2017, 09:46
Delphi-Quellcode:
procedure TCustomForm.Show;
begin
Visible := True;
BringToFront;
end;
Das hat aber mit meinem Problem nichts zu tun.
|