| Author |
Message |
Topic: Now for a really hard one - running a program remotely |
JBensimon
Replies: 23
Views: 2298
|
Forum: Ask for Help Posted: Thu Jan 25, 2007 5:12 am Subject: Now for a really hard one - running a program remotely |
| it seems somewhat unlikely that this change will help ...You are quite right, Chris: there's pretty much nothing AutoHotkey can ever do to fully manage windows in a remote (RDP or ICA) session from t ... |
Topic: Terminal Server Awareness flag -- Bad idea? |
JBensimon
Replies: 3
Views: 3264
|
Forum: Bug Reports Posted: Wed Jan 24, 2007 3:47 pm Subject: Terminal Server Awareness flag -- Bad idea? |
| Thanks, Chris. I appreciate the quick response and willingness to put things back as they were. [I was already planning to try to figure out where that flag is found in an exe's header for the purpo ... |
Topic: Simple MsgBox Question |
JBensimon
Replies: 4
Views: 281
|
Forum: Ask for Help Posted: Wed Jan 24, 2007 8:04 am Subject: Simple MsgBox Question |
nick wins by 5 minutes! [I was in "compose" mode and didn't see you reply].
Jacques. |
Topic: Simple MsgBox Question |
JBensimon
Replies: 4
Views: 281
|
Forum: Ask for Help Posted: Wed Jan 24, 2007 8:01 am Subject: Simple MsgBox Question |
You can tryMsgBox, % Name%number%A single leading % character forces what follows to be evaluated as an expression.
Jacques. |
Topic: Terminal Server Awareness flag -- Bad idea? |
JBensimon
Replies: 3
Views: 3264
|
Forum: Bug Reports Posted: Wed Jan 24, 2007 5:55 am Subject: Terminal Server Awareness flag -- Bad idea? |
This thread may not belong perfectly in the Bug Reports section, but it seems to be the closest fit. See if you agree.
I have concerns about the recent addition of the "TS awareness" ... |
Topic: Image conversions and capturing with GDI+ |
JBensimon
Replies: 93
Views: 12081
|
Forum: Scripts & Functions Posted: Thu Jan 11, 2007 10:25 am Subject: Image conversions and capturing with GDI+ |
Well, PhiLho, I finally got around to testing the functions in your GDIplusWrapper.ahk, and they work as advertised. Great stuff!
Can I assume that the set of GDI+ functions you've wrapped (and th ... |
Topic: QQwing - Sudoku Generator and Solver |
JBensimon
Replies: 14
Views: 1400
|
Forum: Utilities & Resources Posted: Wed Jan 10, 2007 6:58 pm Subject: QQwing - Sudoku Generator and Solver |
it is BoBo's code section which is largeThanks, that explains it.
No major changes in the GDI+ libraryThank you again. [I realized I have to get on the latest AHK version since you started using the ... |
Topic: QQwing - Sudoku Generator and Solver |
JBensimon
Replies: 14
Views: 1400
|
Forum: Utilities & Resources Posted: Wed Jan 10, 2007 11:25 am Subject: QQwing - Sudoku Generator and Solver |
| ... and why have I recently had to scroll horizontally to read posts in this forum?? They don't seem to wrap within my browser's window, even when maximized? |
Topic: QQwing - Sudoku Generator and Solver |
JBensimon
Replies: 14
Views: 1400
|
Forum: Utilities & Resources Posted: Wed Jan 10, 2007 11:21 am Subject: QQwing - Sudoku Generator and Solver |
| Requiring to have .NET to just print out a window is a bit of overkillAgreed. I made a note of this current limitation (for the print feature only) on the Help screen, but I am planning to revisit th ... |
Topic: QQwing - Sudoku Generator and Solver |
JBensimon
Replies: 14
Views: 1400
|
Forum: Utilities & Resources Posted: Wed Jan 10, 2007 10:42 am Subject: QQwing - Sudoku Generator and Solver |
| [url=http://www.autohotkey.com/forum/viewtopic.php?t=13995]Sudoku Sensei v1.8, featuring new puzzle generation using the native Windows port of Stephen Ostermiller's QQwing (QQwingW.exe), is now poste ... |
Topic: QQwing - Sudoku Generator and Solver |
JBensimon
Replies: 14
Views: 1400
|
Forum: Utilities & Resources Posted: Tue Jan 09, 2007 7:03 am Subject: QQwing - Sudoku Generator and Solver |
| you have to make the code available on your site, with the full licenceThanks. I guess in this case, "my site" would be the same autohotkey.net page from which Sudoku Sensei can be download ... |
Topic: QQwing - Sudoku Generator and Solver |
JBensimon
Replies: 14
Views: 1400
|
Forum: Utilities & Resources Posted: Tue Jan 09, 2007 5:46 am Subject: QQwing - Sudoku Generator and Solver |
GPL software, written in C++, for the curious minds...
The pre-compiled Windows binary of QQWing turned out to require the (humongous) Cygwin POSIX emulation DLL (cygwin1.dll) to actually run under W ... |
Topic: Documentation Suggestion (FileAppend/STDOUT) |
JBensimon
Replies: 8
Views: 738
|
Forum: Wish List Posted: Sun Dec 31, 2006 12:35 am Subject: Documentation Suggestion (FileAppend/STDOUT) |
| You (and Laszlo) are quite right empirically about the need for the extra double-quotes when the executable in the command is itself in double-quotes, but this can't be explained by the "For /F&q ... |
Topic: Documentation Suggestion (FileAppend/STDOUT) |
JBensimon
Replies: 8
Views: 738
|
Forum: Wish List Posted: Fri Dec 29, 2006 5:59 pm Subject: Documentation Suggestion (FileAppend/STDOUT) |
I like your code for reading from StdIn. Makes it possible to write filters with AHK. (J'aime les pipes ! )
Thanks,
Jacques. |
Topic: Documentation Suggestion (FileAppend/STDOUT) |
JBensimon
Replies: 8
Views: 738
|
Forum: Wish List Posted: Fri Dec 29, 2006 6:48 am Subject: Documentation Suggestion (FileAppend/STDOUT) |
| Needed to output some info to the console, so I finally got around to reading the following in the FileAppend documentation page:Specifying an asterisk (*) for Filename causes Text to be sent to stand ... |
| |