| Author |
Message |
Topic: URLDownloadToFile, URL, Filename, User Agent |
BIG_RED_TEXT
Replies: 1
Views: 154
|
Forum: Wish List Posted: Wed Mar 03, 2010 4:51 pm Subject: URLDownloadToFile, URL, Filename, User Agent |
Hey, I was wondering if a option for changing the user agent could be added... found this thread for a alternate solution:
http://www.autohotkey.com/forum/viewtopic.php?t=24923 |
Topic: [Show off] Autohotkey Eye candy |
BIG_RED_TEXT
Replies: 22
Views: 1907
|
Forum: General Chat Posted: Sun Aug 30, 2009 2:24 am Subject: [Show off] Autohotkey Eye candy |
http://www.autohotkey.net/~IceTea/console.PNG
eText("Yaye, I made it!")
eText("<0x333333>0xFF0000Gray Background with Red Text")
eText("Sorry I ... |
Topic: #Debug + OutputDebug |
BIG_RED_TEXT
Replies: 4
Views: 451
|
Forum: Wish List Posted: Wed Jul 29, 2009 9:55 pm Subject: #Debug + OutputDebug |
| If you don't have a program running, listening for debug messages, OutputDebug won't do anything. Furthermore, it is easy to write a wrapper function which calls OutputDebug/MsgBox if a global flag is ... |
Topic: #Debug + OutputDebug |
BIG_RED_TEXT
Replies: 4
Views: 451
|
Forum: Wish List Posted: Mon Jul 27, 2009 8:02 pm Subject: #Debug + OutputDebug |
Hey, just got a great idea, since BigVent gave tips to new ppl.
He mentioned that one could put Msgbox all over the code to tell what's happening, and i recommended outputdebug as it isn't super du ... |
Topic: Can Autohotkey sense when the OK button or cancel button... |
BIG_RED_TEXT
Replies: 3
Views: 381
|
Forum: Ask for Help Posted: Sun Feb 01, 2009 5:42 am Subject: Can Autohotkey sense when the OK button or cancel button... |
If you're asking about Msgboxes it's really simple...
...
IfMsgbox OK
Msgbox you pressed OK.
Ifmsgbox Cancel
Msgbox you pressed Cancel.
... |
Topic: The Insane Adventures of The MightyTank |
BIG_RED_TEXT
Replies: 28
Views: 2221
|
Forum: Scripts & Functions Posted: Sun Feb 01, 2009 5:36 am Subject: The Insane Adventures of The MightyTank |
Nice one, sir.
But shouldn't you stick to GDI+ and more graphics? the fighting game screenshot i previewed on the General Discussion topic, was able to render 200k 80x80 characters rendered per sec ... |
Topic: ReadMemory function |
BIG_RED_TEXT
Replies: 37
Views: 6653
|
Forum: Scripts & Functions Posted: Sun Feb 01, 2009 5:20 am Subject: ReadMemory function |
Hi Guest,
A funny example you gave me there. Kind of interesting, but not useful to read string from the memory of other running processes.
Regards,
David
(AHK stores variables in Char[array ... |
Topic: EU could force Microsoft to bundle Firefox with Windows |
BIG_RED_TEXT
Replies: 30
Views: 1330
|
Forum: General Chat Posted: Tue Jan 27, 2009 10:51 pm Subject: EU could force Microsoft to bundle Firefox with Windows |
Hey!
Just read that EU might force Microsoft to include various web browsers to their future versions of Windows. This has happened once before, but that was regarding Windows Media Player... This ... |
Topic: i want to make a game, ideas needed? |
BIG_RED_TEXT
Replies: 33
Views: 2051
|
Forum: General Chat Posted: Thu Jan 22, 2009 6:29 pm Subject: i want to make a game, ideas needed? |
You could do a 2D fightning game...
http://img231.imageshack.us/img231/2559/physicscb6.jpg
I did that in AHK... Was suppose to be a MMORPG, but I quit after making the physics/animation for moveme ... |
Topic: Flash Light comunication With AHK |
BIG_RED_TEXT
Replies: 2
Views: 315
|
Forum: Ask for Help Posted: Tue Dec 30, 2008 10:18 am Subject: Flash Light comunication With AHK |
Well, first, you'd need a way to transfer the data between the PC and the cellphone... I could throw out a simple sketch for you;
My cellphone has got WLAN support, so I could just connect to my PC ... |
Topic: IronAHK - .NET port of AutoHotkey for Windows, Linux, Mac... |
BIG_RED_TEXT
Replies: 86
Views: 21778
|
Forum: General Chat Posted: Tue Dec 30, 2008 10:10 am Subject: IronAHK - .NET port of AutoHotkey for Windows, Linux, Mac... |
| I apologize for the overly technical description, when we release version 1 hopefully someone can help me write documentation to explain the differences and benchmarks in plain English to help Windows ... |
Topic: Timers don't work |
BIG_RED_TEXT
Replies: 16
Views: 1977
|
Forum: Bug Reports Posted: Fri Dec 19, 2008 6:43 am Subject: Timers don't work |
| As I've understood, the weird delay i is not a set value, the value is variable, and as I recall that value is not the same on all PCs... you shouldn't rely on settimer for exact calculation, as it is ... |
Topic: Timers don't work |
BIG_RED_TEXT
Replies: 16
Views: 1977
|
Forum: Bug Reports Posted: Fri Dec 19, 2008 5:18 am Subject: Timers don't work |
Hey, are you running the script with "SetBatchLines, -1" without that the script won't run as fast as it could...
Another note worth mentioning is that timers aren't that precise... as I ... |
Topic: [Confirmed] Chrome and Opera break clipboard copy with \xA0 |
BIG_RED_TEXT
Replies: 12
Views: 1833
|
Forum: Bug Reports Posted: Fri Dec 19, 2008 4:43 am Subject: [Confirmed] Chrome and Opera break clipboard copy with \xA0 |
but continuous stream of what I type in my url (and thus all sites visited, etc.) is at least for me, creepy feeling.
Erhm, firefox does this to, as it searches through google when you type in th ... |
Topic: Tineye - Find an existing picture on the web [URL] |
BIG_RED_TEXT
Replies: 2
Views: 1064
|
Forum: Utilities & Resources Posted: Fri Dec 12, 2008 7:00 pm Subject: Tineye - Find an existing picture on the web [URL] |
kewl, too bad that they haven't covered most of the internet yet...
I've been planning on making one similiar search engine, either start my own site, or simply make a app that searches in specific ... |
| |