| Author |
Message |
Topic: simple binary file read/write functions |
ahkiot0
Replies: 61
Views: 12585
|
Forum: Scripts & Functions Posted: Wed Dec 02, 2009 8:39 am Subject: simple binary file read/write functions |
sorry, but that codes very not simple for me, too big and i dont understand what do there i guess code in Delphi less & easier than in AHK...
i need one simple thing, i know about WinHex, than ... |
Topic: SplitPath current Dir |
ahkiot0
Replies: 5
Views: 186
|
Forum: Ask for Help Posted: Thu Nov 26, 2009 2:46 am Subject: SplitPath current Dir |
Tuncay Try that script in programm files, dont work.. thanks anyway
F1:: ;Current Dir to Readme.txt :(
ControlGetText, cgt, Edit1, A
path = %cgt%
;MsgBox %path% ; in example & ... |
Topic: SplitPath current Dir |
ahkiot0
Replies: 5
Views: 186
|
Forum: Ask for Help Posted: Mon Nov 23, 2009 9:23 pm Subject: SplitPath current Dir |
| Help still needed |
Topic: SplitPath current Dir |
ahkiot0
Replies: 5
Views: 186
|
Forum: Ask for Help Posted: Sat Nov 21, 2009 11:56 pm Subject: SplitPath current Dir |
for why that script? for quick renaming ReadMe.txt file to %CurrentDir%.txt
work in Windows Explorer (CabinetWClass or ExploreWClass)
example:
Before F:\1Prg\Vid\ReadMe.txt
After F:\1Pr ... |
Topic: Shutdown Logoff Reboot Timer with Command Line.. |
ahkiot0
Replies: 8
Views: 1472
|
Forum: Scripts & Functions Posted: Sat Nov 21, 2009 10:03 pm Subject: Shutdown Logoff Reboot Timer with Command Line.. |
| forum engine by regret no "thanks" button and "rate topic" thanks! shajul |
Topic: Sound format conversion |
ahkiot0
Replies: 6
Views: 2748
|
Forum: Utilities & Resources Posted: Thu Nov 19, 2009 12:58 am Subject: Sound format conversion |
| garry great example! thanks! |
Topic: iniWrite replace string, not add new |
ahkiot0
Replies: 4
Views: 137
|
Forum: Ask for Help Posted: Wed Nov 18, 2009 11:46 pm Subject: iniWrite replace string, not add new |
my stupidity, i guess im not correct make topic name
i guess my problem in Loop func
that in CapMate.ini
[History]
191109,00-51-46=G:\1prog\Graph\!Screen Capture\`Console\Capturema ... |
Topic: iniWrite replace string, not add new |
ahkiot0
Replies: 4
Views: 137
|
Forum: Ask for Help Posted: Wed Nov 18, 2009 10:54 pm Subject: iniWrite replace string, not add new |
| Thanks for help, but i guess my bad eng play bad jokes, |
Topic: iniWrite replace string, not add new |
ahkiot0
Replies: 4
Views: 137
|
Forum: Ask for Help Posted: Wed Nov 18, 2009 7:21 pm Subject: iniWrite replace string, not add new |
F1::
ControlGetText, 1Ed, Edit1, A ;Get Path of Active Window Explorer
IniWrite, %1Ed%, %A_ScriptDir%\CapMate.ini, History, path ; here problem
return
F2:: ; Read History ( b ... |
Topic: more than 2 buttons hotke error Joy1 & Joy2 & Joy3 |
ahkiot0
Replies: 1
Views: 128
|
Forum: Ask for Help Posted: Sun Oct 11, 2009 6:33 pm Subject: more than 2 buttons hotke error Joy1 & Joy2 & Joy3 |
#IfWinActive Mario
Joy5 & Joy7 & Joy5 & Joy7:: <Error: Invalid hotkey
WinKill, Mario
Return
work only if two keys, or joy or mouse+keyb, need 4 buttons pressed.
how s ... |
Topic: Filenames in Systray |
ahkiot0
Replies: 0
Views: 72
|
Forum: Ask for Help Posted: Mon Jul 06, 2009 6:18 pm Subject: Filenames in Systray |
sorry, i was see too long in help, but dont may found now
1. get filenames and show them in system tray menu.
or
(for example show in systray %windir%\*.log SEPARATOR %windir%\*.ini)
2. ge ... |
Topic: Reading ListView of another app |
ahkiot0
Replies: 19
Views: 1959
|
Forum: Ask for Help Posted: Wed Jun 17, 2009 6:48 pm Subject: Reading ListView of another app |
| ^^ huge thanks hd0202 it's work, that very very fucn good! |
Topic: Reading ListView of another app |
ahkiot0
Replies: 19
Views: 1959
|
Forum: Ask for Help Posted: Sat Jun 06, 2009 2:12 pm Subject: Reading ListView of another app |
somebody help!
so how get all column and save to file (if dont know how many players be?)
;Eight Column (yet, get for first player, how make loop?)
F3::
pList = ahk_class TPlay ... |
Topic: Reading ListView of another app |
ahkiot0
Replies: 19
Views: 1959
|
Forum: Ask for Help Posted: Tue May 05, 2009 2:17 am Subject: Reading ListView of another app |
i add that to script, but that not comfy
F4::
pList = ahk_class TPlayerListForm
WinGet, active_id, ID, %pList%
;WinGet, active_id, ID, ahk_class TPlayerListForm
;MsgBox, The active wind ... |
Topic: listbox and file-read loop help |
ahkiot0
Replies: 7
Views: 649
|
Forum: Ask for Help Posted: Wed Apr 01, 2009 8:21 am Subject: listbox and file-read loop help |
mb im stupid but all thts codes > Target label does not exist
fck i just need make multi search in spec chosen
. CheckListBox
. SeekList.txt
. GHK, Add cliboard to SeekList.txt
for ... |
| |