Hi,
dein Code funktioniert bei mir auch nicht, aber der hier
Delphi-Quellcode:
var
Flash: FLASHWINFO;
begin
FillChar(Flash, SizeOf(Flash), 0);
Flash.cbSize:=SizeOf(Flash);
Flash.hwnd:=Application.Handle;
Flash.dwFlags:=FLASHW_ALL or FLASHW_TIMER;
Flash.dwTimeout:=1000;
FlashWindowEx(Flash);
end;
funktioniert doch oder?