Jump to content

erkz

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by erkz

  1. It shouldn't have to change. if $result[0]="0" then return 0 Not sure why it's using that instead of the below since $result is just used as a string and not an array. if $result="0" then return 0 The array isn't created till line 57. $array = StringSplit($result[0],"|") Let me know if your seeing something i'm not.
  2. Updated with AutoIt example.
  3. If you grabbed the version before this message is posted you'll need to get it again there was an issue with the .au3 file handling tolerance. I'll look at adding a hBitmap example. My main reason for the modification was so I could use it in .net with embedded resources.
  4. I made some changes to the ImageSearch library. You can pass an hBitmap for the image your searching for and the image you want to search in. I also fixed a memory leak i saw. The original post is here You can download it here. Download Thanks, Erk donate always welcome.
×
×
  • Create New...