| Author |
Message |
Forum: Support Topic: "#IfWinActive, ahk_id xyz" - no success |
| casano |
|
Posted: November 26th, 2007, 7:10 pm
|
|
Replies: 5 Views: 775
|
| My original problem is, to call a Autohotkey-skript from a console-application and to deactivate it, if the application gets finished by pressing Escape. To catch the Escape key from that one console-instance only, I try ahk_id, but whithout success. This demo shows the extract of my problem: ; Test... |
|
 |
Forum: Scripts Topic: cRichEdit - Standard RichEdit control for AutoHotkey scripts |
| casano |
|
Posted: November 16th, 2007, 8:53 am
|
|
Replies: 105 Views: 31954
|
| Thanks for that great piece of software! For my special purpose I need word wrap (as others did). Here is a quick & dirty solution: In cGUI.ahk immediately after If (ErrorLevel != 0 OR _ctrlID = 0) Return "ERROR: Error creating control" . ErrorLevel . "/" . A_LastError add Dl... |
|
 |
Forum: Support Topic: Reading parts of sorted file to implement binary search |
| casano |
|
Posted: November 14th, 2007, 7:23 pm
|
|
Replies: 8 Views: 526
|
[quote="BoBo¨"][quote]I also did not realize the OP was from Germany[/quote]Me too/ich auch! [/quote]
Haha - wenn wir sprechen könnten, statt schreiben, hätte es keiner bemerkt. |
|
 |
Forum: Support Topic: Reading parts of sorted file to implement binary search |
| casano |
|
Posted: November 14th, 2007, 6:31 pm
|
|
Replies: 8 Views: 526
|
| Thank you once again for yout kind help. |
|
 |
Forum: Support Topic: Reading parts of sorted file to implement binary search |
| casano |
|
Posted: November 14th, 2007, 6:29 pm
|
|
Replies: 8 Views: 526
|
..very much - and even in German (Dankeschön)!
I never needed to do I/O via DLL, but it looks easy.
@engunneer:if you *really* want it, I can translate it to Germish. |
|
 |
Forum: Support Topic: Reading parts of sorted file to implement binary search |
| casano |
|
Posted: November 14th, 2007, 4:05 pm
|
|
Replies: 8 Views: 526
|
Hello,
is it possible to set a pointer into a position of a file, where the next FileRead has to continue? Actually, I need this for implementing binary search in large files, e.g. to search zip codes, or anything else. In C lseek would do it, IRC.
Thanks in advance. |
|
 |
| Sort by: |