| Author |
Message |
Topic: Counting number of files in a specific directory |
Ace Coder
Replies: 3
Views: 238
|
Forum: Ask for Help Posted: Fri Jun 10, 2011 11:53 pm Subject: Counting number of files in a specific directory |
| I'm not sure how to begin here. I need to be able to retrieve the number of files in a specific directory. My first guess would be to somehow incorporate [url=http://www.autohotkey.com/docs/commands/L ... |
Topic: What can't AHK do? |
Ace Coder
Replies: 11
Views: 752
|
Forum: General Chat Posted: Thu Feb 24, 2011 12:03 am Subject: What can't AHK do? |
"]Make toast
http://video.google.com/videoplay?docid=-7047385762392979098# |
Topic: IP banned? |
Ace Coder
Replies: 2
Views: 4856
|
Forum: General Chat Posted: Sat Jan 29, 2011 9:16 pm Subject: IP banned? |
| Apparently my main IP is banned from the forums. Can I get an explanation? I don't know of any reason that I'd be banned, so I assume it's a mistake... |
Topic: Questions. |
Ace Coder
Replies: 4
Views: 407
|
Forum: General Chat Posted: Tue Jan 25, 2011 2:34 am Subject: Questions. |
I'm that n00b that voted for the "I need help" title, but honestly it's true.
When I troll the AFH forums normally I tend to take the cases that most others skip over. These type of threa ... |
Topic: AutoHotkey Brand Competition - VOTE NOW! |
Ace Coder
Replies: 81
Views: 5481
|
Forum: Developers Posted: Sun Jan 16, 2011 12:28 am Subject: AutoHotkey Brand Competition - VOTE NOW! |
....rather than polling while logos are still being submitted.
Which is why I have refused to vote thus far. |
Topic: AutoHotkey Brand Competition - VOTE NOW! |
Ace Coder
Replies: 81
Views: 5481
|
Forum: Developers Posted: Sat Jan 15, 2011 5:36 pm Subject: AutoHotkey Brand Competition - VOTE NOW! |
2 cents:
This poll needs to start over & be more structured.
+1
Also, why is keeping the current logo not an option? |
Topic: What's more refreshing? |
Ace Coder
Replies: 8
Views: 345
|
Forum: General Chat Posted: Mon Jan 10, 2011 4:26 am Subject: What's more refreshing? |
| What's more refreshing?F5 |
Topic: StopAll |
Ace Coder
Replies: 20
Views: 1827
|
Forum: Wish List Posted: Thu Dec 23, 2010 9:46 pm Subject: StopAll |
F1::Pause
Or:
LoopLabel:
loop
{
Send Hello
Sleep 500
}
Return
SomeLabel:
Return ;Used by the F1 hotkey via GoTo, meaning it won't Return an ... |
Topic: Dream Presents |
Ace Coder
Replies: 3
Views: 366
|
Forum: General Chat Posted: Sat Dec 18, 2010 3:15 am Subject: Dream Presents |
With the holidays fast approaching, I decided, for fun, to throw together a few items on my dream-list for presents. Please feel free to get me any of these, and post your lists.
My List:
... |
Topic: Periodic table gets weighty update |
Ace Coder
Replies: 4
Views: 347
|
Forum: General Chat Posted: Sat Dec 18, 2010 2:41 am Subject: Periodic table gets weighty update |
did somebody say my name?
Lol I actually can't think nor speak the word, 'tidbit' without thinking of you. |
Topic: Periodic table gets weighty update |
Ace Coder
Replies: 4
Views: 347
|
Forum: General Chat Posted: Fri Dec 17, 2010 11:29 pm Subject: Periodic table gets weighty update |
http://news.cnet.com/8301-11386_3-20025827-76.html
I just thought this was an interesting tidbit considering the Periodic Table hasn't really experienced a change this large in many years. |
Topic: Trouble with a very simple script |
Ace Coder
Replies: 2
Views: 336
|
Forum: Ask for Help Posted: Thu Dec 16, 2010 12:11 am Subject: Trouble with a very simple script |
#space::
Run http://www.metvuw.com/forecast/forecast1.php?type=rain®ion=nzni&tim=06
Sleep 1000
MouseMove, 1024, 560
MouseClick, right, 50, 12, , , ,R
Return
Having a si ... |
Topic: GUI Background |
Ace Coder
Replies: 10
Views: 677
|
Forum: Ask for Help Posted: Tue Dec 07, 2010 4:09 am Subject: GUI Background |
| imagefile=%a_programfiles%\bioreview\dnapic.jpg ;Or where ever you decide to set the fileinstall to install to |
Topic: Quick question about a mouse script. |
Ace Coder
Replies: 5
Views: 311
|
Forum: Ask for Help Posted: Mon Dec 06, 2010 1:15 am Subject: Quick question about a mouse script. |
Try: Click Instead of: Send, {Click}
This corrects your bug, I played with this for nearly 10 minutes before I finally realized this simple fix...
EDIT:
None hit it another ... |
Topic: Forum upgrade |
Ace Coder
Replies: 30
Views: 2514
|
Forum: Developers Posted: Mon Dec 06, 2010 12:50 am Subject: Forum upgrade |
Ace Coder: There already is a link to that on the forums page.
Are you requesting it be in the new forum too? I would agree with that.
I'll be honest, I haven't ever seen it, but yes ... |
| |