| Author |
Message |
Topic: the math fuction is acting retarded? |
doyle
Replies: 3
Views: 72
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 5:39 pm Subject: the math fuction is acting retarded? |
The answer is -4?
Are you after the absolute value? |
Topic: Get data from screen problem |
doyle
Replies: 3
Views: 59
|
Forum: Ask for Help Posted: Wed Mar 10, 2010 3:06 pm Subject: Get data from screen problem |
| MouseGetPos? |
Topic: GUI box color |
doyle
Replies: 2
Views: 49
|
Forum: Ask for Help Posted: Tue Mar 09, 2010 5:59 pm Subject: GUI box color |
| http://www.autohotkey.com/forum/viewtopic.php?t=39055 |
Topic: Excel-Windows Explorer, Vista, 7 Issue |
doyle
Replies: 2
Views: 72
|
Forum: Ask for Help Posted: Tue Mar 09, 2010 4:45 pm Subject: Excel-Windows Explorer, Vista, 7 Issue |
| Post your code. |
Topic: Press and hold left mouse for 3 seconds - SOLVED! |
doyle
Replies: 4
Views: 141
|
Forum: Ask for Help Posted: Tue Mar 09, 2010 3:58 pm Subject: Re: Press and hold left mouse for 3 seconds |
#InstallMouseHook
#Persistent
*$LButton::
{
GoSub clicky
}
Return ; <<This?
clicky:
{
MouseClick, left,,,1,0,D
Sleep 3000
MouseClick, left,,,1,0,U ... |
Topic: Color-Code Windows |
doyle
Replies: 4
Views: 165
|
Forum: Ask for Help Posted: Thu Mar 04, 2010 4:27 pm Subject: Color-Code Windows |
Its part of another script that detects new instances of windows, and then moves them into a specific location.
They are currently Notepad windows while I test it, as they load quickly.
Ideally, ... |
Topic: Color-Code Windows |
doyle
Replies: 4
Views: 165
|
Forum: Ask for Help Posted: Thu Mar 04, 2010 2:13 pm Subject: Color-Code Windows |
Hi Guys,
Here is what I would like to achieve:
I have 4 windows, of the same type and class. What I would like to do is give them each a colored border. (Red, Yellow, Blue Green)
Is this poss ... |
Topic: AHK pokerstars Help! |
doyle
Replies: 12
Views: 290
|
Forum: Ask for Help Posted: Wed Mar 03, 2010 11:06 am Subject: AHK pokerstars Help! |
For what purpose do you need to do this?
I have scripted for PS, and am familiar with its behaviour. |
Topic: AHK pokerstars Help! |
doyle
Replies: 12
Views: 290
|
Forum: Ask for Help Posted: Wed Mar 03, 2010 10:51 am Subject: AHK pokerstars Help! |
| Table Ninja? |
Topic: Identifying a Post Code |
doyle
Replies: 2
Views: 105
|
Forum: Ask for Help Posted: Fri Feb 26, 2010 2:12 pm Subject: Identifying a Post Code |
How would I use this to identify a variable as a postcode?
So id need something like
If data = Postcode
{
Go do this
{
In my other checks, it runs through a list of criteria to determine w ... |
Topic: [module] Dock 1.0 (testing 2.0 b3) |
doyle
Replies: 331
Views: 34427
|
Forum: Scripts & Functions Posted: Fri Feb 26, 2010 12:34 pm Subject: [module] Dock 1.0 (testing 2.0 b3) |
The closest you can get is to make clients jump to another notepad when it gets activated.
That sounds very good too.
What would I need to add to get it to switch?
A SetTimer? |
Topic: Identifying a Post Code |
doyle
Replies: 2
Views: 105
|
Forum: Ask for Help Posted: Fri Feb 26, 2010 12:24 pm Subject: Identifying a Post Code |
Hey guys,
I have an edit box where people can enter search criteria.
I would like my AHK script to be able to differentiate between search types.
So the script will get the text, and if it is ... |
Topic: [module] Dock 1.0 (testing 2.0 b3) |
doyle
Replies: 331
Views: 34427
|
Forum: Scripts & Functions Posted: Thu Feb 25, 2010 5:08 pm Subject: [module] Dock 1.0 (testing 2.0 b3) |
Hey Maj,
I have this test script that will attach a GUI dock when a new instance of Notepad is created.
Do you have an idea of how to create another dock if another notepad window is opened?
... |
Topic: Doc-O-Matic: AutoHTML Documentation for AHK-Scripts (Beta) |
doyle
Replies: 6
Views: 602
|
Forum: Scripts & Functions Posted: Tue Feb 23, 2010 2:37 pm Subject: Doc-O-Matic: AutoHTML Documentation for AHK-Scripts (Beta) |
Very cool.  |
Topic: Idea ! - 5 Day Limiter |
doyle
Replies: 19
Views: 1168
|
Forum: Scripts & Functions Posted: Tue Feb 23, 2010 2:32 pm Subject: Idea ! - 5 Day Limiter |
How about getting the script to submit its CPU ID, and a timestamp to an online database when it is loaded?
Then check each time it is reloaded to see is an entry exists.
That way if the user re ... |
| |