| Author |
Message |
Topic: [solved] if process exist (utorrent close) CYCLE |
ahkiot0
Replies: 0
Views: 201
|
Forum: Ask for Help Posted: Fri Jul 22, 2011 2:53 pm Subject: [solved] if process exist (utorrent close) CYCLE |
if game exist
close utorrent
if game not exist
run utorrent
and check foreva!
thanks2 bugz000
;Bugz000 ;22.07.2011 18:49
Loop
{
Process, Exist, CounterStrike.exe
pid:=er ... |
Topic: iniwrite add to begin or end, not replace! |
ahkiot0
Replies: 4
Views: 181
|
Forum: Ask for Help Posted: Wed Mar 30, 2011 6:13 am Subject: iniwrite add to begin or end, not replace! |
i have *.ini file with few same keys in section. Need add to begin or to end, not replace, how? coz by default only replace first value
in user manual, no info
iniTest.ini
Pass=Add2Begin < how ... |
Topic: Mouse Cursor under Img [ImageSearch] |
ahkiot0
Replies: 4
Views: 437
|
Forum: Ask for Help Posted: Fri Jun 18, 2010 7:07 am Subject: Mouse Cursor under Img [ImageSearch] |
script that finds the 11 images of buttons at the start.
that great, need do that Loop
Then the rest of the script would compare the mouse position to the location of each of the images. If nearby ... |
Topic: Mouse Cursor under Img [ImageSearch] |
ahkiot0
Replies: 4
Views: 437
|
Forum: Ask for Help Posted: Fri Jun 18, 2010 2:38 am Subject: Mouse Cursor under Img [ImageSearch] |
http://a.yfrog.com/img27/1693/onmous1.jpgthat not code sorry, but example what need
checkMousePosition:
;Mouse Cursor on ImageSearch
if mouse on addButt.bmp then MsgBox addButt
if mouse on del ... |
Topic: ListBox unCheck All Items or (Check only from file) |
ahkiot0
Replies: 7
Views: 599
|
Forum: Ask for Help Posted: Sat Jun 05, 2010 11:40 pm Subject: ListBox unCheck All Items or (Check only from file) |
| thanks very much, work fine! great bike! |
Topic: [solved] restricted symbols for files & folders |
ahkiot0
Replies: 3
Views: 300
|
Forum: Ask for Help Posted: Wed Jun 02, 2010 8:25 pm Subject: [solved] restricted symbols for files & folders |
thanks for solving problem skylord5816 from irc://irc.freenode.net/ahk
that solution i try get, dream coming!
RegExReplace(AT, "[\\/:*?|<>""]", @)
... |
Topic: RegRead\Write to REG_BINARY |
ahkiot0
Replies: 0
Views: 349
|
Forum: Ask for Help Posted: Wed Jun 02, 2010 4:39 pm Subject: RegRead\Write to REG_BINARY |
| http://a.yfrog.com/img31/2072/regreadbinaryregmon.pnghttp://a.yfrog.com/img517/8445/regreadbinary.pnghttp://a.yfrog.com/img34/8838/editbinary.jpgNeed: convert text string to binary string (and vice ve ... |
Topic: ListBox unCheck All Items or (Check only from file) |
ahkiot0
Replies: 7
Views: 599
|
Forum: Ask for Help Posted: Wed Jun 02, 2010 12:28 pm Subject: ListBox unCheck All Items or (Check only from file) |
VxE 's script dont work at all
Sergio's working with Send, {[strike]A[/strike]_Space}
but that same semi-auto, i still want Reg TLM like Post\Send Message
i mean if ma ... |
Topic: how get path & exe of Active Window |
ahkiot0
Replies: 5
Views: 639
|
Forum: Ask for Help Posted: Tue Jun 01, 2010 7:24 pm Subject: how get path & exe of Active Window |
| a_h_k, YMP thank you very much 4Urs codes, that happy |
Topic: ListBox unCheck All Items or (Check only from file) |
ahkiot0
Replies: 7
Views: 599
|
Forum: Ask for Help Posted: Tue Jun 01, 2010 7:20 pm Subject: ListBox unCheck All Items or (Check only from file) |
thanks you for code, but i try understand how check & uncheck them dont..
http://img31.imageshack.us/img31/4300/uchec1.th.jpg |
Topic: [solved] restricted symbols for files & folders |
ahkiot0
Replies: 3
Views: 300
|
Forum: Ask for Help Posted: Tue Jun 01, 2010 6:57 pm Subject: [solved] restricted symbols for files & folders |
http://img337.imageshack.us/img337/9522/badsym2.th.pngmany know exist bad\restricted symbols for windows file & folders same like:
\, /, :, *, ", ?, |, <, >
i have problem with regE ... |
Topic: GomPlayer how GETOUTPUTTIME |
ahkiot0
Replies: 0
Views: 209
|
Forum: Ask for Help Posted: Wed May 19, 2010 8:16 am Subject: GomPlayer how GETOUTPUTTIME |
ahk_class GomPlayer1.x
i try search WM_messages for GomPlayer dont found. i lost years for search...
that example working with Winamp and KMPlayer
SendMode Input ; Recommended for new scripts d ... |
Topic: FTP Filemove? |
ahkiot0
Replies: 5
Views: 273
|
Forum: Ask for Help Posted: Wed May 19, 2010 7:58 am Subject: FTP Filemove? |
http://www.sentex.net/~mwandel/ftpdmin/
dunno try |
Topic: Parent ProcessID, ProcessName, ProcessThreadCount |
ahkiot0
Replies: 12
Views: 7138
|
Forum: Scripts & Functions Posted: Wed May 19, 2010 7:34 am Subject: Parent ProcessID, ProcessName, ProcessThreadCount |
how use that? coz i see only bunch of lines and noone example. not easy understand
need someting like that
F1::
WinGet, aI, ID, A
WinGetClass, aC, A ;i know active class
WinGetTitle, ... |
Topic: how get path & exe of Active Window |
ahkiot0
Replies: 5
Views: 639
|
Forum: Ask for Help Posted: Wed May 19, 2010 7:31 am Subject: how get path & exe of Active Window |
| too complex to me... maybe write easy example? |
| |