| Author |
Message |
Topic: not hiding a window, help |
GodlyMario
Replies: 4
Views: 81
|
Forum: Ask for Help Posted: Fri Nov 28, 2008 4:59 pm Subject: not hiding a window, help |
it doesnt minimize when its inactive, unless you tell it to minimize
activating another window only deactivates the current window without minimizing it
why are u stating it doesnt?????
it does, th ... |
Topic: not hiding a window, help |
GodlyMario
Replies: 4
Views: 81
|
Forum: Ask for Help Posted: Fri Nov 28, 2008 4:30 pm Subject: not hiding a window, help |
i dont get it
why would a window minimized when u click somewhere else?
it will just make it in-active
but if u are talking about a full-screen game screen which u want to stay in background (not m ... |
Topic: not hiding a window, help |
GodlyMario
Replies: 4
Views: 81
|
Forum: Ask for Help Posted: Fri Nov 28, 2008 4:18 pm Subject: not hiding a window, help |
its been a while since i used ahk, ive forgot much how to use this so i need ur help
im looking to get a window not minimize when u click out of the window while its active.
in short, dont minimize. ... |
Topic: IE help |
GodlyMario
Replies: 2
Views: 103
|
Forum: Ask for Help Posted: Sat Sep 27, 2008 11:40 pm Subject: IE help |
| up |
Topic: Mouse won't go to the exact coord in Game. |
GodlyMario
Replies: 6
Views: 185
|
Forum: Ask for Help Posted: Wed Aug 06, 2008 7:43 am Subject: Mouse won't go to the exact coord in Game. |
Coordmode Pixel
ImageSearch, FoundX, FoundY, 0, 0, 800, 600, C:\temp\hb\pfm.bmp
MouseMove, FoundX, FoundY |
Topic: Loop Different Parts In a code |
GodlyMario
Replies: 4
Views: 131
|
Forum: Ask for Help Posted: Fri Jul 11, 2008 12:45 pm Subject: Loop Different Parts In a code |
is this what u need?
inputbox, var, what number?
if (var=1) ;; asked for first loop
GoSub, Label1
else if (var=2) ;; asked for second loop
GoSub, Label2
else if (var=3 ... |
Topic: Multiple text commands |
GodlyMario
Replies: 4
Views: 128
|
Forum: Ask for Help Posted: Thu Jul 10, 2008 11:10 am Subject: Multiple text commands |
return after each hotkey
--
p.s. to admins
dont ****ing delete my post |
Topic: Simple key stroke recorder |
GodlyMario
Replies: 26
Views: 3648
|
Forum: Scripts & Functions Posted: Thu Jul 10, 2008 10:10 am Subject: Simple key stroke recorder |
nuclear energy and knives have good use though also have aspects of danger at the same time. guns probably are bad.
keyloggers could be used correctly just for personal use, but most people dont do t ... |
Topic: 2 button of mouse for keyboard key |
GodlyMario
Replies: 3
Views: 107
|
Forum: Ask for Help Posted: Thu Jul 10, 2008 8:56 am Subject: 2 button of mouse for keyboard key |
read Tutorial in ahk manual
hint..."send"
also "return"
...... |
Topic: make a window transparent and click through it |
GodlyMario
Replies: 10
Views: 319
|
Forum: Ask for Help Posted: Tue Jul 08, 2008 4:21 pm Subject: make a window transparent and click through it |
| can the same done to be normal windows like explorers instead of GUI? |
Topic: Macro |
GodlyMario
Replies: 3
Views: 109
|
Forum: Ask for Help Posted: Tue Jul 08, 2008 1:54 pm Subject: Macro |
reading goes long way.
3hours is just daily
^left mouse click::
send left mouse click ^LButton::
Send {LButton}
sleep 100
send v
return |
Topic: Google Earth ignores keystrokes |
GodlyMario
Replies: 3
Views: 144
|
Forum: Ask for Help Posted: Tue Jul 08, 2008 11:53 am Subject: Google Earth ignores keystrokes |
send {F11}
if you want the key "F11" to be sent.
send F11
if you want the letters "F and 1 and 1" to be sent. |
Topic: Remapping mouse buttons |
GodlyMario
Replies: 2
Views: 95
|
Forum: Ask for Help Posted: Tue Jul 08, 2008 11:35 am Subject: Remapping mouse buttons |
*+RButton:: ;;;; * lets +RButton hotkey to be run while any other key is being pressed down at the same time
send y{RButton}
return
*+LButton::
send u{LButton ... |
Topic: Run a script in any Explorer window, but not the Desktop |
GodlyMario
Replies: 12
Views: 256
|
Forum: Ask for Help Posted: Sun Jul 06, 2008 3:06 pm Subject: Run a script in any Explorer window, but not the Desktop |
search manual
#IfWinActive
IfWinNotActive
SetTitleMatchMode
# is global ( if i remember correctly), which will affect all scripts afterward until the same commandline is declared.
and # do ... |
Topic: Help with math. |
GodlyMario
Replies: 41
Views: 732
|
Forum: Ask for Help Posted: Sun Jul 06, 2008 2:56 pm Subject: Help with math. |
cool, mine works a bit slow in full screen window, was wondering its because of the long code. ill try editing yours and see if that would work better. thanks for it  |
| |