Results 1 to 1 of 1

Thread: (solved)Mismatch error? But where...

  1. #1
    Join Date
    Sep 2006
    Posts
    322
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Angry (solved)Mismatch error? But where...

    SCAR Code:
    procedure test;
    begin
      ActivateClient;
      SendKeys(chr(39));
      SendKeys(chr(39));
      SendKeys(chr(39));
      Wait(200+random(100));
      MouseBox(537, 14, 551, 32, 1);
      if (GetColor(314, 23) = 1125176) or GetColor(316, 22) = 927024) then
      begin
        MouseBox(314, 23, 324, 59,1);
      end;
    end;

    edith I found it, sorry.
    Last edited by uncfan1119; 10-11-2009 at 10:16 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •