extraloob Posted October 3, 2008 Posted October 3, 2008 example : ActiveWindow is NotePad inActiveWindow is Windows Live Messenger I want pixelgetcolor in Windows Live Messenger but it won't be active:.
jvanegmond Posted October 3, 2008 Posted October 3, 2008 Easy solution: WinActivate("Windows Live Messenger") github.com/jvanegmond
extraloob Posted October 3, 2008 Author Posted October 3, 2008 yea , i know it. I want dont activate this window
Bert Posted October 3, 2008 Posted October 3, 2008 $handle = WinGetHandle("Windows Live Messenger") $C = PixelGetColor(20,20, $handle) The Vollatran project My blog: http://www.vollysinterestingshit.com/
extraloob Posted October 3, 2008 Author Posted October 3, 2008 Error: incorrect number of parameter in function call. PixelGetcolor(X,Y,handle) handle is invalid !! PLS HELP ME
Pain Posted October 3, 2008 Posted October 3, 2008 (edited) download the latest version.http://www.autoitscript.com/autoit3/docs/f...xelGetColor.htm Edited October 3, 2008 by Pain
extraloob Posted October 4, 2008 Author Posted October 4, 2008 how is it download ?? i use it, but same error !
Zedna Posted October 4, 2008 Posted October 4, 2008 What AutoIt version do you have? You need 3.2.12.1 Post copy of content of Scite output window. Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now