| Author |
Message |
Topic: Pop3 Mail Check Filter (no Gui) |
Frankie
Replies: 4
Views: 1977
|
Forum: Scripts & Functions Posted: Sat Oct 17, 2009 4:46 pm Subject: Pop3 Mail Check Filter (no Gui) |
Its getting stuck on my computer. In this loop: Loop
{
if AnswerSocket=%Socket%
{
if (instr(AnswerHeap,"+OK ",0,1)=1 ... |
Topic: Downloading emails, what email provider is best? |
Frankie
Replies: 5
Views: 266
|
Forum: Ask for Help Posted: Thu Oct 15, 2009 12:56 am Subject: Downloading emails, what email provider is best? |
| Thanks. |
Topic: Downloading emails, what email provider is best? |
Frankie
Replies: 5
Views: 266
|
Forum: Ask for Help Posted: Wed Oct 14, 2009 1:48 am Subject: Downloading emails, what email provider is best? |
| It is AHK related because I need this for a script I am going to write. Maybe I should have posted in general chat but since it was for a AHK script I posted it here. The script will download the li ... |
Topic: a stop button a one continue |
Frankie
Replies: 1
Views: 113
|
Forum: Ask for Help Posted: Tue Oct 13, 2009 12:45 am Subject: a stop button a one continue |
I think you're looking for the #g::Pause
Press #g once to pause, press it again to have your script continue. |
Topic: Downloading emails, what email provider is best? |
Frankie
Replies: 5
Views: 266
|
Forum: Ask for Help Posted: Mon Oct 12, 2009 11:30 pm Subject: Downloading emails, what email provider is best? |
| I am going to use my cell phone to communicate with my computer through texts/emails. All I need is a free email site that lets you download the list of emails and there bodies, or just the new email ... |
Topic: Dead Space, DirectInput, use GlovePie! |
Frankie
Replies: 6
Views: 1453
|
Forum: Ask for Help Posted: Wed Jun 24, 2009 3:48 pm Subject: Dead Space, DirectInput, use GlovePie! |
Ask questions and (hopefully) get answers. Post helpful tips and tricks. Oops. Missed that.  |
Topic: Stock Market Day Trading Program, price changes. |
Frankie
Replies: 0
Views: 214
|
Forum: Ask for Help Posted: Wed Jun 24, 2009 2:18 pm Subject: Stock Market Day Trading Program, price changes. |
Heres the code (very unfinished):Gui, Add, Edit, vCash ReadOnly
Gui, Add, ListView, r20 w300 vSelected, Stock|Shares|Price
Gui, Add, Text, ym, Ticker:
Gui, Add, Edit, vBuy
Gui, Add, Button, De ... |
Topic: [SOLVED] StringSplit to divide an incoming string using... |
Frankie
Replies: 13
Views: 595
|
Forum: Ask for Help Posted: Wed Jun 17, 2009 7:06 pm Subject: [SOLVED] StringSplit to divide an incoming string using... |
split("she sells sea shells ""by the sea shore""", "output_array")
Loop 5
Msgbox % output_array%A_Index%
ExitApp
Return
split(String, outpu ... |
Topic: bind 2 keys into 1 |
Frankie
Replies: 6
Views: 234
|
Forum: Ask for Help Posted: Tue Jun 02, 2009 1:17 am Subject: bind 2 keys into 1 |
| Hotkeys don't usualy work in full screen mode of video games. Is it full screen? |
Topic: Challenge: translate rosettacode - Was promoting autohotkey |
Frankie
Replies: 170
Views: 8079
|
Forum: General Chat Posted: Sun May 31, 2009 5:08 pm Subject: Challenge: translate rosettacode - Was promoting autohotkey |
| Is there any way to set up syntax highlighting for rosetta code pages? I noticed that when we post we tell the page the language is AutoHotkey but it doesn't do anything special about it. |
Topic: Tasks not Implemented In AutoHotkey - Rosetta Code |
Frankie
Replies: 7
Views: 819
|
Forum: General Chat Posted: Sat May 30, 2009 3:55 am Subject: Tasks not Implemented In AutoHotkey - Rosetta Code |
On the List of taskes completed:
[url=http://rosettacode.org/wiki/String_concatenation]String Concatenation
[url=http://rosettacode.org/wiki/Loop/Infinite]Loop/Infinite |
Topic: Challenge: translate rosettacode - Was promoting autohotkey |
Frankie
Replies: 170
Views: 8079
|
Forum: General Chat Posted: Sat May 30, 2009 3:49 am Subject: Challenge: translate rosettacode - Was promoting autohotkey |
| IMO its better to write the if-else statements out for readability purposes. |
Topic: Challenge: translate rosettacode - Was promoting autohotkey |
Frankie
Replies: 170
Views: 8079
|
Forum: General Chat Posted: Sat May 30, 2009 2:33 am Subject: Challenge: translate rosettacode - Was promoting autohotkey |
| Are we also trying to complete the [url=http://rosettacode.org/wiki/Tasks_not_implemented_in_AutoHotkey]Tasks not implemented in AutoHotkey section? |
Topic: Challenge: translate rosettacode - Was promoting autohotkey |
Frankie
Replies: 170
Views: 8079
|
Forum: General Chat Posted: Fri May 29, 2009 1:44 am Subject: Challenge: translate rosettacode - Was promoting autohotkey |
| Thanks. Its added with the command prompt edit. [url=http://rosettacode.org/wiki/FizzBuzz#AutoHotkey]Link |
Topic: PlayAHK.com - Challenges and more on topic AutoHotkey |
Frankie
Replies: 57
Views: 5183
|
Forum: General Chat Posted: Fri May 29, 2009 1:24 am Subject: PlayAHK.com - Challenges and more on topic AutoHotkey |
| It seems like the sites down. Is it just my computer? |
| |