I need to know a metod or a simple function/UDF wich i can do a pixelsearch on an image that is in the same folder of the script. How can i do this?
#requireadmin
#noTrayIcon
$File = FileSelectFolder ("","","File(*.bmp)")
Run ($File)
$Pixel = PixelSearch (...)
Msgbox (64,"",$Pixel)