| Author |
Message |
Topic: Compiled MsgBox Icon |
Dbof
Replies: 8
Views: 139
|
Forum: Ask for Help Posted: Tue Jan 19, 2010 10:56 pm Subject: Compiled MsgBox Icon |
I downloaded the files an hour ago, but didn't start them yet. After your warning i decompiled the exe. There are just these two lines of code shown above(just the msgBox number seems different)...  |
Topic: New |
Dbof
Replies: 4
Views: 130
|
Forum: Ask for Help Posted: Tue Jan 19, 2010 9:34 pm Subject: New |
Read the sticky threads!
http://www.autohotkey.com/forum/viewtopic.php?t=47791 |
Topic: How can I print all the documents in the whole folders |
Dbof
Replies: 12
Views: 202
|
Forum: Ask for Help Posted: Tue Jan 19, 2010 9:24 pm Subject: How can I print all the documents in the whole folders |
I do not need to set default printer?
Sure, you have to set a default printer.
What kind of files are you trying to print? Is it possible to print them with the popup menu? |
Topic: Spanish Forum? |
Dbof
Replies: 4
Views: 251
|
Forum: General Chat Posted: Fri Jan 08, 2010 3:31 pm Subject: Spanish Forum? |
Germans have their own [url=http://de.autohotkey.com/forum/]forum  |
Topic: AutoHotkey.com slow... |
Dbof
Replies: 3
Views: 399
|
Forum: General Chat Posted: Thu Dec 24, 2009 1:00 pm Subject: AutoHotkey.com slow... |
Forum was dead this morning, there was an error in SQL database. Probably some kiddies were playing with some vulnerabilities in phpBB.
I don't think it was a DDos, I could open the Autohotkey Start ... |
Topic: Accept-Language |
Dbof
Replies: 4
Views: 152
|
Forum: Ask for Help Posted: Sun Jul 19, 2009 2:51 pm Subject: Accept-Language |
Oh, i've found the problem!
The Internet Explorer didn't show me the real page, but a cached version. After deleting the IE-Cache, is is working!
Thanks for your help!  |
Topic: Accept-Language |
Dbof
Replies: 4
Views: 152
|
Forum: Ask for Help Posted: Sun Jul 19, 2009 12:06 pm Subject: Accept-Language |
No, it doesn't work. I use this code:
; httpQuery
#noenv
URL := "http://www.gulli.com/tools/anonymitaetscheck/"
httpQueryReferer := "http://www.klick-game.d ... |
Topic: Aborting a script |
Dbof
Replies: 4
Views: 214
|
Forum: Ask for Help Posted: Sat Jul 18, 2009 9:14 pm Subject: Aborting a script |
It depends on the macro. But in most cases, you can abort a macro by adding a hotkey:
Esc::ExitApp ;This exits the script whenever you press Escape |
Topic: Always on top Gui not always on top |
Dbof
Replies: 2
Views: 165
|
Forum: Ask for Help Posted: Sat Jul 18, 2009 6:31 pm Subject: Always on top Gui not always on top |
http://www.autohotkey.com/docs/FAQ.htm#games
*edit*
Many games support variables passed by the shortcut to launch in windowed mode.
If these games support that, such as HalfLife, I believe it ... |
Topic: Hi, anyone that could help a noob out plz? =) |
Dbof
Replies: 5
Views: 164
|
Forum: Ask for Help Posted: Sat Jul 18, 2009 5:45 pm Subject: Hi, anyone that could help a noob out plz? =) |
| You can also try to put SendMode, Play at the beginning of the script. |
Topic: Hi, anyone that could help a noob out plz? =) |
Dbof
Replies: 5
Views: 164
|
Forum: Ask for Help Posted: Sat Jul 18, 2009 5:25 pm Subject: Hi, anyone that could help a noob out plz? =) |
SetKeyDelay, 50 ;Delay in Ms
q::
Send, {Right}{Left}{Space}
return
|
Topic: Hi, anyone that could help a noob out plz? =) |
Dbof
Replies: 5
Views: 164
|
Forum: Ask for Help Posted: Sat Jul 18, 2009 4:43 pm Subject: Hi, anyone that could help a noob out plz? =) |
q::
Send, {Right}{Left}{Space} |
Topic: Accept-Language |
Dbof
Replies: 4
Views: 152
|
Forum: Ask for Help Posted: Sat Jul 18, 2009 4:34 pm Subject: Accept-Language |
Hello!
I need to know how to change the Accept-Language for the httpQuery-Function. Does anyone have any ideas how to manage that?
http://showip.be/
Here you can see:
Accept-language: de-de,de;q ... |
Topic: Grab Icons from files |
Dbof
Replies: 2
Views: 161
|
Forum: Ask for Help Posted: Sat Feb 21, 2009 8:52 pm Subject: Grab Icons from files |
Thanks, it solved the problem with bat and txt files, but theres a problem with images:
.bmp
Path(shown by regedit): shimgvw.dll,1
But it shows another image...i opened the DLL with ResHack and ... |
Topic: Tray Icons on own GUI |
Dbof
Replies: 17
Views: 1188
|
Forum: Scripts & Functions Posted: Wed Jan 14, 2009 8:56 pm Subject: Tray Icons on own GUI |
hm...this is strange. I have to say that I have no Vista, so if Laszlo sais he has Vista, then "Vista users, use it on your own risk".
@Laszlo: Normally the script should restore that wh ... |
| |