AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 301 matches
AutoHotkey Community Forum Index
Author Message
  Topic: the math fuction is acting retarded?
doyle

Replies: 3
Views: 72

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: Scripts & Functions   Posted: Tue Feb 23, 2010 2:37 pm   Subject: Doc-O-Matic: AutoHTML Documentation for AHK-Scripts (Beta)
Very cool. Smile
  Topic: Idea ! - 5 Day Limiter
doyle

Replies: 19
Views: 1168

PostForum: 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 ...
 
Page 1 of 21 Goto page 1, 2, 3 ... 19, 20, 21  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group