Zitat von
mkinzler:
Dann regiere beim Minimieren des Formulars mit Minimieren der Applikation (Hauptform)
das hat nicht geholfen. Die Form2 wird neben Windows Icon "Start" minimiert
Delphi-Quellcode:
procedure TForm2.WMSyscommand(Var msg: TWmSysCommand);
begin
if (msg.cmdtype and $FFF0 = SC_MINIMIZE) then
mrYes then
begin
Application.Minimize ;
//Form2.Hide; end
end;
Aber wenn ich auf das Programm-icon In Taskbar anklicke, dann kann ich das Programm problemlos minimieren und maximieren. Welche Event ist das, wenn ich auf das Icon wie im Bild anklicke ? das konnte die Lösung sein