| Author |
Message |
Topic: Which feature is most needed for current AHK (before V2) |
TheIrishThug
Replies: 16
Views: 515
|
Forum: General Chat Posted: Mon Jul 07, 2008 2:38 pm Subject: Which feature is most needed for current AHK (before V2) |
in hindsite i should have voted other and said OOP
but arrays are a close second
Structs are really just a small step away from objects, so that's why I voted for them.
I also agree that real array ... |
Topic: Google vs. Yahoo |
TheIrishThug
Replies: 24
Views: 2309
|
Forum: General Chat Posted: Sat Jun 28, 2008 2:10 am Subject: Google vs. Yahoo |
I only use Yahoo when looking up local movie times. Mostly out of habit, I haven't tried w/google.Canada - http://www.tribute.ca/
USA - http://www.tributemovies.com/
http://www.google.com/movie ... |
Topic: A way to hotkey 2 keys on one hotkey? |
TheIrishThug
Replies: 5
Views: 134
|
Forum: Ask for Help Posted: Tue Jun 17, 2008 9:11 pm Subject: A way to hotkey 2 keys on one hotkey? |
First off, post questions in Ask For Help.
Second,f::Send, asd |
Topic: Hotkey for doubleclick |
TheIrishThug
Replies: 2
Views: 112
|
Forum: Wish List Posted: Tue Jun 17, 2008 11:55 am Subject: Hotkey for doubleclick |
| You can achieve this with code. http://www.autohotkey.com/forum/viewtopic.php?t=8357 |
Topic: Dell mouse xbuttons |
TheIrishThug
Replies: 0
Views: 44
|
Forum: Ask for Help Posted: Sun Jun 15, 2008 3:36 pm Subject: Dell mouse xbuttons |
| Just got a new computer and it came with the dell premium mouse. The default setting for x1 is back and x2 is forward. However certain applications (FF3 RC3, PSPad, MS HTML Help) are doing a page up a ... |
Topic: Copy command not working in web form |
TheIrishThug
Replies: 12
Views: 229
|
Forum: Ask for Help Posted: Thu Jun 12, 2008 3:20 pm Subject: Copy command not working in web form |
| If you have already have the full name on the clipboard before this starts, why not do all the string manipulation within ahk and then just send two variables. The less work done by sending key stroke ... |
Topic: VBScroll and RestartShell utility |
TheIrishThug
Replies: 1
Views: 141
|
Forum: Utilities & Resources Posted: Tue Jun 10, 2008 7:28 pm Subject: VBScroll and RestartShell utility |
| VBScroll was a must back when I was doing lots of work with VBA. |
Topic: Really shitty RPG |
TheIrishThug
Replies: 3
Views: 897
|
Forum: Scripts & Functions Posted: Wed May 28, 2008 2:47 pm Subject: Really shitty RPG |
1) If you give your labels names that mean something, the code will be easier to work with.
2) Using buttons to draw the players is confusing because the buttons don't do anything.
3) In label 7, si ... |
Topic: Posibilty to create DLL using AutoHotkey |
TheIrishThug
Replies: 3
Views: 325
|
Forum: Wish List Posted: Fri May 23, 2008 8:20 pm Subject: Posibilty to create DLL using AutoHotkey |
| You could write a C++ manager dll and then write a AHK GUI that simply wraps around the manager. |
Topic: Preserving old clipboard between cut and paste operation |
TheIrishThug
Replies: 6
Views: 191
|
Forum: Ask for Help Posted: Sun May 18, 2008 11:10 pm Subject: Preserving old clipboard between cut and paste operation |
From the Clipboard page of the help:
ClipSaved := ClipboardAll ; Save the entire clipboard to a variable of your choice.
; ... here make temporary use of the clipboard, such as for pasting Uni ... |
Topic: Get new coords after a window is moved? |
TheIrishThug
Replies: 2
Views: 104
|
Forum: Ask for Help Posted: Sun May 18, 2008 11:00 pm Subject: Get new coords after a window is moved? |
I cannot seem to make the RunBox example work as stated. Gui_Move was being triggered, but the OutputvarWin was never equal to active_ID.
Also, I thought OnMessage only worked for when the AHK scri ... |
Topic: Get new coords after a window is moved? |
TheIrishThug
Replies: 2
Views: 104
|
Forum: Ask for Help Posted: Sun May 18, 2008 10:17 pm Subject: Get new coords after a window is moved? |
| I'm trying to write a program that monitor and arrange windows that belong to a certain program. The problem is I don't know what windows message or event I can hook into in order for my program to kn ... |
Topic: Getting computers name |
TheIrishThug
Replies: 2
Views: 109
|
Forum: Ask for Help Posted: Fri May 16, 2008 9:23 pm Subject: Getting computers name |
| A_ComputerName. In the help you can see the long list of built-in A_* variables. |
Topic: Problem with blocks {} |
TheIrishThug
Replies: 3
Views: 97
|
Forum: Ask for Help Posted: Fri May 16, 2008 9:21 pm Subject: Problem with blocks {} |
If you are going to do if statements without parenthesis, which i don't recommend, you can't put the open bracket on the same line.
;works
if (count = 1) {
...
}
;works
if co ... |
Topic: AHK Fundraiser - Good or Bad Idea? |
TheIrishThug
Replies: 13
Views: 567
|
Forum: General Chat Posted: Thu May 15, 2008 8:36 pm Subject: AHK Fundraiser - Good or Bad Idea? |
I've never used PayPal, but how would a bunch of people sending money be different than high active ebay sellers?
Do we really have to changing the color? If he scrolls past the first post to read, ... |
| |