Einzelnen Beitrag anzeigen

Benutzerbild von KodeZwerg
KodeZwerg

Registriert seit: 1. Feb 2018
3.685 Beiträge
 
Delphi 11 Alexandria
 
#5

AW: SnapShot - Desktop Photographie vereinfacht

  Alt 19. Okt 2022, 02:19
kz.Windows.SnapShot.pas ->
bitte HiddenProc aktualisieren (im case "kzHotkeyRec")
Delphi-Quellcode:
                                      if ((not TForm(SS.Owner).Visible) and SS.AutoHide) then
                                        begin
                                          Application.Restore;
                                          Application.BringToFront;
                                          Application.Minimize;
                                        end
                                        else
                                          Application.BringToFront;
Gruß vom KodeZwerg
  Mit Zitat antworten Zitat