SCAR Code:program DTMFinder;
var RefreshFF,x,y:integer;
Procedure FindTheDTM;
begin
RefreshFF := DTMFromString('78DA631460606010614001B7EFDC64F80BA41' +
'981F83F10300A02191CA86A0C17DC04D38C503E23485E1A55CD93' +
'A78F50D54862AA79FFE12DAA1A694CBBBCD6DDC3B48B1B55CDCD9' +
'71F50D5B00109215435010B2F63DA258CAAC66FC671143500DDD8' +
'17C4');
if FindDTM(RefreshFF,x,y,1,1,200,200)then
begin
MoveMouse(x, y ,true);
end;
end.
What mouse moving procedure should i use to click the DTM specified?



Reply With Quote










