Alles klar,
klappt nun. Hier meine Lösung:
Delphi-Quellcode:
if DM_Menue.PUM_Foto.PopupComponent = Form1.IM_Foto1 then
begin
Application.MessageBox(PChar('Hat geklappt.'),'Info',MB_OK or MB_ICONSTOP);
exit;
end;
Ja hatte Dich erst überlesen und das mit dem Sender ging ja nicht. Danke für die Hilfe.
Gruss
Holger