Shyke 0 Posted August 10, 2007 Is there anyway to differently get a pixel color from your screen then PixelGetColor()? I presently am always returned with "0" as a color when using it on some programs. Share this post Link to post Share on other sites
Shyke 0 Posted August 10, 2007 I hate doing this but, bump. Share this post Link to post Share on other sites
Kip 8 Posted August 10, 2007 why do you bump when you posted this topic today? MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API. Share this post Link to post Share on other sites
Shyke 0 Posted August 11, 2007 why do you bump when you posted this topic today?I didn't, according to the forums.AutoHotKey's PixelGetColor function works when called with Slow. Does anyone have an idea what AHK uses for it's Slow arg? Share this post Link to post Share on other sites
SmOke_N 211 Posted August 11, 2007 I didn't, according to the forums.AutoHotKey's PixelGetColor function works when called with Slow. Does anyone have an idea what AHK uses for it's Slow arg?If I had to "guess", probably bitblt + getdibits. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Share this post Link to post Share on other sites
Zedna 289 Posted August 11, 2007 I didn't, according to the forums.AutoHotKey's PixelGetColor function works when called with Slow. Does anyone have an idea what AHK uses for it's Slow arg?AHK is opensource, so you can download sources and look at desired function/piece of code ... Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites
Shyke 0 Posted August 11, 2007 AHK is opensource, so you can download sources and look at desired function/piece of code ...How can I get it to work in AutoIt? Share this post Link to post Share on other sites
Zedna 289 Posted August 11, 2007 How can I get it to work in AutoIt?Post here some piece of source code (C++) and maybe somebody will help you to translate it to Autoit's DllCall() Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites