Vielen Dank Harry Stahl, es funktioniert.
Endlich ist das Problem gelöst. Was ich da schon für Stunden gegoogelt und ausprobiert habe.
Darauf wäre ich ja nie gekommen. Nochmals vielen Dank und viele liebe Grüße aus Berlin von
MichiZi
Funktioniert auch mit Excel:
Delphi-Quellcode:
Application.NormalizeAllTopMosts;
Application.ProcessMessages;
BringWindowToTop (FindWindow ('XLMAIN', NIL));
Application.RestoreTopMosts;
und mit Outlook:
Delphi-Quellcode:
Application.NormalizeAllTopMosts;
Application.ProcessMessages;
BringWindowToTop (FindWindow ('
MAPI',
NIL));
Application.RestoreTopMosts;