#include <Array.au3> #include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> ;~ #Include "../ScreenCapture/FindBMP.au3" ;~ #Include "../ScreenCapture/ScreenCaptureFixed.au3" #Include "ScreenCapture/FindBMP.au3" #Include "ScreenCapture/ScreenCaptureFixed.au3" Global $aResult = _FindBMP("SCREEN","TOP_LEFT.bmp") MsgBox(0, $aResult[2], $aResult[3]]
I have that stuff in an Au3 that I saved on the desktop. On the desktop i have FindBMP.au3 and ScreenCaptureFixed.au3 saved and an image file TOP_LEFT.bmp. I also have a folder on the desktop called ScreenCapture and in it are FindBMP.au3 and ScreenCaptureFixed.au3. I also triedERROR: can't open include file "ScreenCapture/FindBMP.au3".
#Include "FindBMP.au3"
Edited by wuschelbeutel, 14 June 2012 - 02:24 AM.




