| Author |
Message |
Forum: Support Topic: Getting pixelcolor with GetBitmapBits or GetDIBits |
| AHKisNice |
|
Posted: May 22nd, 2010, 1:38 pm
|
|
Replies: 1 Views: 450
|
| Hello. Could anyone please help me adjust my code so that I can use GetBitmapBits or GetDIBits to get the color of a pixel? e.g. 150 150. Thank you. ifwinnotexist Untitled - Notepad run notepad winwait Untitled - Notepad winactivate Untitled - Notepad id := winexist("Untitled - Notepad"... |
|
 |
Forum: Support Topic: will a bunch of #ifwinactives slow my script down? |
| AHKisNice |
|
Posted: May 17th, 2010, 6:06 am
|
|
Replies: 3 Views: 271
|
Hi. thanks for any help.
Will a bunch of ifwinactives for the same window slow my script down?
I've got at least like a dozen of these
Code: #ifwinactives ahk_class Notepad #ifwinactive
scattered throughout my big script. |
|
 |
Forum: Support Topic: How to use GetDIBits to get lots of pixel colors? |
| AHKisNice |
|
Posted: May 15th, 2010, 11:36 am
|
|
Replies: 11 Views: 1557
|
| Hello. Thank you for any help. I'd like to use GetDIBits instead of GetPixel to get lots of pixel colors, because I've read it's faster. e.g. How would I get the pixel colors at 150,150, 151,150,...etc. Could anyone please tell me how to do this? I don't understand what to put for GetDIBits's parame... |
|
 |
Forum: Support Topic: how do you remember if your script is suspended or not pls? |
| AHKisNice |
|
Posted: February 19th, 2009, 8:39 am
|
|
Replies: 2 Views: 366
|
| I often try to type and forget that my script is on, anyone know of a good way to prevent this from happening please? |
|
 |
Forum: Support Topic: How to wait until text of control changes? |
| AHKisNice |
|
Posted: November 6th, 2008, 6:41 am
|
|
Replies: 1 Views: 392
|
| Hello. Please Help. Thank you. Im having a problem with controlgettext taking a control's text before the control's text changes into what I want to take. This seems to solve that problem: #z:: controlgettext, controlgettextoutputvar1 ,Edit1,a ; (something happens which changes the control's tex... |
|
 |
Forum: Support Topic: web browsing: toggle between scroll and ctrl+tab? |
| AHKisNice |
|
Posted: October 30th, 2008, 7:23 am
|
|
Replies: 1 Views: 361
|
| Please help. Thank you. How can I toggle the mousewheel between default scroll up/down and ^{tab} / ^+{tab}? I have figured out how to do this, but I would also like for lbutton to not toggle between the two when I click a link, because then it toggles between the two when i don't want it to. (I wou... |
|
 |
Forum: Support Topic: Move mouse cursor wherever you look? |
| AHKisNice |
|
Posted: August 21st, 2008, 5:46 am
|
|
Replies: 2 Views: 330
|
| Hello, does anyone know if it would be possible to have the mouse cursor move wherever you looked? I was wondering if it might be able to be done by a webcam program that centers someones head, then you tell the program to look in an area of your face for your eyes, or have a camera zoom in on your ... |
|
 |
Forum: Support Topic: find windows of a certain class in stack of windows? |
| AHKisNice |
|
Posted: August 13th, 2008, 1:43 pm
|
|
Replies: 1 Views: 345
|
| Hello, is there a way to find out how many windows of a certain class are in a stack of windows, and to activate the topmost window of a certain class in a stack of windows? Also, does anyone know how to determine if a window has any other windows covering it or not? Thank you for your time and/or h... |
|
 |
Forum: Support Topic: Determine if different window of same class becomes active? |
| AHKisNice |
|
Posted: July 1st, 2008, 8:34 am
|
|
Replies: 3 Views: 551
|
| It works. Thank you very much for your help. How did you learn to write code like this? Does the authotkey manual explain all of this? I read the variable help page about the concatenates . and the &&, but I don't understand how the manual's definition applied in this code. May I ask for an ... |
|
 |
Forum: Support Topic: Determine if different window of same class becomes active? |
| AHKisNice |
|
Posted: June 24th, 2008, 7:35 pm
|
|
Replies: 3 Views: 551
|
| Hello, every time a new poker table window (i have 10 or 20 open, and they automatically become active when they require the player to act) becomes active, I would like to automatically click a spot on the window to open up the hand history(i know how to click or controlclick). Also, which is faster... |
|
 |
Forum: Support Topic: after getting windowclass, why doesnt if class = asdf work? |
| AHKisNice |
|
Posted: June 20th, 2008, 11:25 pm
|
|
Replies: 2 Views: 311
|
Why isnt this working?
mousegetpos,,,id
WinGetClass, asdf, ahk_id %id%
if asdf = ahk_class Notepad
soundbeep
return
thank you for your help |
|
 |
Forum: Support Topic: How to Controlclick where an image is found? |
| AHKisNice |
|
Posted: June 20th, 2008, 3:16 pm
|
|
Replies: 1 Views: 403
|
| Im trying to search for an image and controlclick where it finds it. Is there a way for the controlclick command to not need a wintitle, and just click the screen coordinates? If not, is there a way to get the wintitle of the window where the image is found, without using mousegetpos? I wanted to do... |
|
 |
Forum: Support Topic: Youtube CAPTCHA |
| AHKisNice |
|
Posted: February 4th, 2008, 11:27 pm
|
|
Replies: 4 Views: 4123
|
| It is for a good, non-commercial, informative reason. |
|
 |
Forum: Support Topic: Youtube CAPTCHA |
| AHKisNice |
|
Posted: February 4th, 2008, 11:41 am
|
|
Replies: 4 Views: 4123
|
| Does anyone know how to break the youtube captcha that comes up after you've posted comments? Or how to break any captchas? Would anyone mind offering me direction on how breaking a captcha might be done? I am a new autohotkey user and don't know any programming. Thank you in advance for your consid... |
|
 |
Forum: Scripts Topic: Optical Digit Recognition |
| AHKisNice |
|
Posted: January 25th, 2008, 3:37 pm
|
|
Replies: 16 Views: 11340
|
| Is it possible to break a youtube captcha? |
|
 |
| Sort by: |