AutoHotkey Community

It is currently May 24th, 2012, 1:28 pm

All times are UTC [ DST ]


Search found 21 matches
Search these results:

Author Message

 Forum: Support   Topic: I created a loop that goes for hours...and.

Posted: May 18th, 2009, 3:59 am 

Replies: 5
Views: 389


i suggest u try "SetTimer" instead of loop

 Forum: Support   Topic: WMP Controls in MiniMode

Posted: April 22nd, 2009, 5:08 am 

Replies: 11
Views: 974


Is there a particular place to put the "DetectHiddenWindows, On". Place it on script starting initial part as where #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliabilit...

 Forum: Support   Topic: WMP Controls in MiniMode

Posted: April 21st, 2009, 7:46 am 

Replies: 11
Views: 974


;WinKey+Down to "Play/Pause" #Down:: SendMessage, 0x111, 18808, , , ahk_class WMPlayerApp ;WinKey+Up to "Stop" #Up:: SendMessage, 0x111, 18809, , , ahk_class WMPlayerApp ;WinKey+Left to "Previous Song" #Left:: SendMessage, 0x111, 18810, , , ahk_class WMPlayerApp ;WinKe...

 Forum: Support   Topic: WMP Controls in MiniMode

Posted: April 21st, 2009, 3:44 am 

Replies: 11
Views: 974


"PostMessage / SendMessage" command can make it ;) ;WinKey+Down to "Play/Pause" #Down:: SendMessage, 0x111, 18808, , , ahk_class WMPlayerApp ;WinKey+Up to "Stop" #Up:: SendMessage, 0x111, 18809, , , ahk_class WMPlayerApp ;WinKey+Left to "Previous Song" #Left::...

 Forum: Support   Topic: Hotstring won't execute until mouse click

Posted: April 21st, 2009, 3:11 am 

Replies: 27
Views: 1509


how about change ur sendmode to "sendmode, play"

look for "sendmode" in help may have u some clues

 Forum: Support   Topic: Stringreplaces and such

Posted: April 21st, 2009, 2:58 am 

Replies: 7
Views: 332


try "loop, parse" command

 Forum: Support   Topic: Hotstring won't execute until mouse click

Posted: April 21st, 2009, 2:00 am 

Replies: 27
Views: 1509


hmm..
- did the specific window activate?
- may try controlsend

 Forum: Support   Topic: How to "read" text

Posted: April 20th, 2009, 11:00 am 

Replies: 5
Views: 446


i see, that's kinda tricky. maybe need to run OCR script to reconize the contents then. http://www.autohotkey.com/forum/topic11186.html&highlight=ocr

 Forum: Support   Topic: Mouse Hotkey

Posted: April 20th, 2009, 10:39 am 

Replies: 3
Views: 273


perhaps u may spend little time to go through help file.

Code:
RButton::
MsgBox, ur_msg_here
Return

 Forum: Support   Topic: How to "read" text

Posted: April 20th, 2009, 10:36 am 

Replies: 5
Views: 446


Not sure what kind of control u mentioned.
but can u get the control class?

if so, i think
Code:
ControlGetText, OutputVar [, Control, WinTitle, WinText, ExcludeTitle, ExcludeText]

may do u right.

 Forum: Support   Topic: How to "read" text

Posted: April 20th, 2009, 10:19 am 

Replies: 5
Views: 446


did u tried "DetectHiddenText, On|Off"?

 Forum: Support   Topic: Is it possible to Bind a compiled script to an existing Exe.

Posted: April 20th, 2009, 10:14 am 

Replies: 5
Views: 287


I think u may include some input field such as "inputbox" to feed your needs. or various hotkeys to do different tasks. within one exe. ;)

 Forum: Support   Topic: Is it possible to Bind a compiled script to an existing Exe.

Posted: April 20th, 2009, 10:01 am 

Replies: 5
Views: 287


perhaps in other way should do,
"compile a script which run your task, change the icon into iTunes"
in that way, icon still look as iTunes, but with enhanced tasks?

 Forum: Support   Topic: I want to be able to Hide the tray icon x(

Posted: April 20th, 2009, 9:56 am 

Replies: 4
Views: 327


:wink:

 Forum: Support   Topic: I want to be able to Hide the tray icon x(

Posted: April 20th, 2009, 9:45 am 

Replies: 4
Views: 327


are u mean "#NoTrayIcon" ?
Sort by:  
Page 1 of 2 [ Search found 21 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group