| Author |
Message |
Topic: Can 'SendInput' send the same key as "Hotkey"?? |
geekdude
Replies: 2
Views: 54
|
Forum: Ask for Help Posted: Fri Mar 12, 2010 9:00 pm Subject: Can 'SendInput' send the same key as "Hotkey"?? |
it seems that you could use the "~" modifier which is used to stop it from blocking the key in the first place. if you use it, you can omit the first sendinput line completely
~^3: ... |
Topic: Un-Interrupting Second Mouse Used by Joystick |
geekdude
Replies: 3
Views: 532
|
Forum: Ask for Help Posted: Thu Feb 25, 2010 4:13 pm Subject: Un-Interrupting Second Mouse Used by Joystick |
i do have something to say,, you can use these instead of all those ;
In addition, the /* and */ symbols can be used to comment out an entire section, but only if the symbols appear at the beginnin ... |
Topic: help with messenger scripts |
geekdude
Replies: 6
Views: 161
|
Forum: Ask for Help Posted: Tue Feb 23, 2010 12:14 am Subject: help with messenger scripts |
its fine, i wasnt really sure if that was the command either until i looked it up to quote |
Topic: help with messenger scripts |
geekdude
Replies: 6
Views: 161
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 9:40 pm Subject: help with messenger scripts |
http://www.autohotkey.com/docs/commands/Exit.htm
i know that i could use msgbox, but i havent used it in a LONG time for y/n buttons.
from the link above:
Otherwise, the Exit command terminates ... |
Topic: help with messenger scripts |
geekdude
Replies: 6
Views: 161
|
Forum: Ask for Help Posted: Mon Feb 22, 2010 6:48 pm Subject: help with messenger scripts |
| i am using it with ahk because i plan to make it into an executable that i can move around that will automatically set up the xp net-send messenger service and use an easy ahk interface to send the me ... |
Topic: help with messenger scripts |
geekdude
Replies: 6
Views: 161
|
Forum: Ask for Help Posted: Sat Feb 20, 2010 6:31 pm Subject: help with messenger scripts |
i have made a script that i do not want to run, as it can seriously damage my cpu if i made it wrong. i preferr to post it here because i am not very good with batch, and my freinds aren't either
i a ... |
Topic: confusing gui button machine |
geekdude
Replies: 4
Views: 250
|
Forum: Ask for Help Posted: Sat Jan 30, 2010 10:42 pm Subject: confusing gui button machine |
you see, by target label i meant the assigned gosub label. the button makers you have supplied do not have makeable gosubs.
also, when i start the script up, it does not load the buttons that i made ... |
Topic: Script not Exiting |
geekdude
Replies: 7
Views: 135
|
Forum: Ask for Help Posted: Sat Jan 30, 2010 5:17 am Subject: Script not Exiting |
http://www.autohotkey.com/docs/commands/ExitApp.htm
try this  |
Topic: Need help with very simple macro... |
geekdude
Replies: 8
Views: 191
|
Forum: Ask for Help Posted: Sat Jan 30, 2010 5:07 am Subject: Need help with very simple macro... |
you have your script rigt there, you just need to put it together
[url=http://www.autohotkey.com/docs/commands/Loop.htm]loop
[url=http://www.autohotkey.com/docs/commands/Click.htm]click
[url=http:/ ... |
Topic: Make MsgBox AlwaysOnTop + Inactive |
geekdude
Replies: 7
Views: 185
|
Forum: Ask for Help Posted: Sat Jan 30, 2010 4:56 am Subject: Make MsgBox AlwaysOnTop + Inactive |
umm... because you are well known, i will givu u script, but next time, show some effort
WinGetActiveTitle, Title
MsgBox, The active window is "%Title%".
winset, alwaysontop, a
winacti ... |
Topic: confusing gui button machine |
geekdude
Replies: 4
Views: 250
|
Forum: Ask for Help Posted: Sat Jan 30, 2010 1:26 am Subject: confusing gui button machine |
i understand that now
but i still do not know how to make the button do anything
that was the reason i had the TARGET website, as i am going to use this to create internet shortcuts that i can p ... |
Topic: MSGBOX to LOGFILE |
geekdude
Replies: 3
Views: 126
|
Forum: Ask for Help Posted: Sat Jan 30, 2010 1:16 am Subject: MSGBOX to LOGFILE |
if you would like it to make a text file, you would use fileappend
BURNING HOT |
Topic: cod 6 script |
geekdude
Replies: 2
Views: 69
|
Forum: Ask for Help Posted: Sat Jan 30, 2010 12:19 am Subject: cod 6 script |
| you should check in [url=http://www.autohotkey.com/docs/KeyList.htm]this key list whenever you are confused with what keys are needed; i check it constantly |
Topic: confusing gui button machine |
geekdude
Replies: 4
Views: 250
|
Forum: Ask for Help Posted: Sat Jan 30, 2010 12:08 am Subject: confusing gui button machine |
i am making a confusing script
it is supposed to make a gui that will add buttons to itself.
because it uses a target label, i had to make it reproduce itself into another file
it should then reloa ... |
Topic: Rapid clicking script need help:) |
geekdude
Replies: 8
Views: 196
|
Forum: Ask for Help Posted: Fri Jan 29, 2010 3:21 pm Subject: Rapid clicking script need help:) |
| you need to read [url=http://www.autohotkey.com/docs/Hotkeys.htm]this to get your answer. (hint, it is a key modifier thingy you need to put before the keys) |
| |