Habs jetzt so gemacht und das menü wird immer noch links oben ausgegeben
Delphi-Quellcode:
function WordsToLparam(w1: Word; w2: Word): cardinal;
begin
Result := (w1 shr 16) or w2;
end;
Delphi-Quellcode:
Handle := Find_IvAc_Radar(IvAc);
appactivate(
Handle,1);
SetCursorPos(x,y);
PostMessage(
Handle,wm_rbuttondown,wordstolparam(x,y),0);
was mache ich nur verkehrt?