| Author |
Message |
Topic: Type like an Egyptian |
bLisTeRinG
Replies: 19
Views: 2542
|
Forum: Scripts & Functions Posted: Thu Mar 15, 2007 11:14 am Subject: Type like an Egyptian |
Whoops! Sorry, here's the new URL:
http://uk.geocities.com/blissmob/
There's a Bakers Dozen of small utils for Windows. Check em out.
 |
Topic: Onscreen Keyboard |
bLisTeRinG
Replies: 3
Views: 277
|
Forum: Ask for Help Posted: Tue Oct 17, 2006 6:37 am Subject: Onscreen Keyboard |
Or check out the method used by bLisTeRinG http://www.autohotkey.net/~bLisTeRinG/ (mutated from the original by Martin O'Neill). |
Topic: Balance |
bLisTeRinG
Replies: 7
Views: 939
|
Forum: Ask for Help Posted: Tue Oct 17, 2006 6:24 am Subject: Balance |
I'm interested in this PAN setting too. Any luck yet? btw, check out my mixer at http://www.autohotkey.net/~bLisTeRinG/.
I don't mind hacking the registry if neccesary either. As you can see from m ... |
Topic: Send chars to a minimized window containing a batch file? |
bLisTeRinG
Replies: 13
Views: 513
|
Forum: Ask for Help Posted: Fri Sep 15, 2006 8:45 am Subject: Send chars to a minimized window containing a batch file? |
Thanks, that'd be great!
I'm trying every possible variation of Send, ControlSend, SendEvent, SendInput, etc...
Back soon-ish... |
Topic: Send chars to a minimized window containing a batch file? |
bLisTeRinG
Replies: 13
Views: 513
|
Forum: Ask for Help Posted: Fri Sep 15, 2006 8:08 am Subject: Send chars to a minimized window containing a batch file? |
Yes, yes...
I"m sure it could be done just using batch-files. But I don't want to! I want AHK to do what it should do. The whole tool was written easily in half-an-hour, but this stupid proble ... |
Topic: How do I detect the filename? |
bLisTeRinG
Replies: 3
Views: 369
|
Forum: Ask for Help Posted: Fri Sep 15, 2006 7:44 am Subject: How do I detect the filename? |
I've got this shortcut in my sendto folder:
"C:\Program Files\Tools\iView\i_view32.exe"
I think windows just pastes the filename on the end.
You could try %1% instead of the expli ... |
Topic: Sending commands to a full screen game |
bLisTeRinG
Replies: 9
Views: 474
|
Forum: Ask for Help Posted: Fri Sep 15, 2006 7:23 am Subject: Sending commands to a full screen game |
Don't try this:
PostMessage, 0x100,,,, ahk_pid %Bat_PID%
I hung my computer. Had to switch off the power!!
 |
Topic: Sending commands to a full screen game |
bLisTeRinG
Replies: 9
Views: 474
|
Forum: Ask for Help Posted: Fri Sep 15, 2006 6:58 am Subject: Sending commands to a full screen game |
yep. tried ControlSend. Didn't work. I'll go have a look at that reference. Maybe it's something really dopey that I've missed, but I been over and over it and can't find anything.
...time passes. ... |
Topic: Send chars to a minimized window containing a batch file? |
bLisTeRinG
Replies: 13
Views: 513
|
Forum: Ask for Help Posted: Fri Sep 15, 2006 6:14 am Subject: Send chars to a minimized window containing a batch file? |
| I just updated and tried SendEvent and SendInput but just as before with Send, the window has to be visible. But I want it minimized. |
Topic: Sending commands to a full screen game |
bLisTeRinG
Replies: 9
Views: 474
|
Forum: Ask for Help Posted: Fri Sep 15, 2006 6:06 am Subject: Sending commands to a full screen game |
| Ok, I'm updated, tried both SendInput and SendEvent. I'm using the PID business to make sure the right process is identified. Both Sends work if the window is visible (which I don't want), neither met ... |
Topic: Sending commands to a full screen game |
bLisTeRinG
Replies: 9
Views: 474
|
Forum: Ask for Help Posted: Fri Sep 15, 2006 6:01 am Subject: Sending commands to a full screen game |
Oh.
I'm just going to update AHK to whatever version it's up to. I can't find SendInput or SendEvent.
Back soon... |
Topic: Sending commands to a full screen game |
bLisTeRinG
Replies: 9
Views: 474
|
Forum: Ask for Help Posted: Fri Sep 15, 2006 5:16 am Subject: Sending commands to a full screen game |
Here we go again! I've got this problem (sorry, challenge). Have a look at Peter's solution in the topic:
Send chars to a minimized window containing a batch file?
Maybe some clever-dick with a de ... |
Topic: Send chars to a minimized window containing a batch file? |
bLisTeRinG
Replies: 13
Views: 513
|
Forum: Ask for Help Posted: Fri Sep 15, 2006 5:10 am Subject: Send chars to a minimized window containing a batch file? |
Didn't work!
I see the idea - identify the process with Bat_PID, then use it to find the process when unpausing. But it still doesn't work. Perhaps my OS has something to do with it (Win98se), but ... |
Topic: Send chars to a minimized window containing a batch file? |
bLisTeRinG
Replies: 13
Views: 513
|
Forum: Ask for Help Posted: Thu Sep 14, 2006 12:32 pm Subject: Send chars to a minimized window containing a batch file? |
I'll create a beautiful gui when the methodology works, I absolutely agree. But in the meantime I simply can't send the message to the dos window! Is this a failure, an Autohotkey limitation?
I m ... |
Topic: Send chars to a minimized window containing a batch file? |
bLisTeRinG
Replies: 13
Views: 513
|
Forum: Ask for Help Posted: Thu Sep 14, 2006 7:51 am Subject: Send chars to a minimized window containing a batch file? |
I must have been a bit sleepy. Here's the full script & the batch file below it:
;;; ModemAsPhone v0.1
;;; Aureal Vortex is Sound Device 2
gosub mpSaveSet
gosub mpCallSet
run, C: ... |
| |