AutoHotkey Community

It is currently May 22nd, 2012, 1:53 pm

All times are UTC [ DST ]


Search found 36 matches
Search these results:

Author Message

 Forum: Support   Topic: Any way to hook microphone input?

Posted: November 19th, 2008, 6:02 pm 

Replies: 4
Views: 658


I'm looking for a way to hook the Microphone input via software, kind of like you can hook the keyboard or mouse. What I want is to be able to playback my own audio clips though the input system, for example, so that I can play perfect quality audio clips over a VOIP system without playing over a sp...

 Forum: Support   Topic: Hotstring wildcards, or multiple Inputs per script?

Posted: November 10th, 2007, 10:42 pm 

Replies: 4
Views: 550


Yeah, I looked at that. But that method blocks the keypresses, doesn't let them through.
I just need to know when the user types anything so I can reset a var.
Input is ideal for that, but I'm already using it.

 Forum: Support   Topic: Hotstring wildcards, or multiple Inputs per script?

Posted: November 10th, 2007, 9:56 pm 

Replies: 4
Views: 550


I'm using Input in a loop, so it will always be in use, and from my understanding, I can't have more than one per script. I need to detect any alphanumeric keypresses at the same time (I can't wait until the Input hits the endkey), but I don't want to have to write out every single key as a hotstrin...

 Forum: Support   Topic: FileRead returns only "ÿþ[".

Posted: May 27th, 2007, 4:15 pm 

Replies: 2
Views: 1169


Thanks :)

 Forum: Support   Topic: FileRead returns only "ÿþ[".

Posted: May 27th, 2007, 3:34 pm 

Replies: 2
Views: 1169


I'm trying to read an MSN Plus event log file which has content in this format: [5/26/2007 | 6:16:32 PM] Current User (kaltorak2@hotmail.com) - Status changed: Idle [5/26/2007 | 6:20:39 PM] Dave (ace_lovegrove@hotmail.com) - Status changed: Online [5/26/2007 | 6:22:56 PM] Mateus... (mateus_ms@hotmai...

 Forum: Support   Topic: USA/Europe telephone "mask" in a text file

Posted: March 26th, 2007, 1:43 am 

Replies: 5
Views: 634


I'd suggest Loop + a regex.

 Forum: Support   Topic: Do I really need AHK? - aspireing C# programmer

Posted: March 26th, 2007, 1:39 am 

Replies: 4
Views: 556


It is, as jonny pointed out, a case of the right tool for the job. I would never use C# for most of the tasks I use AHK for. It is simply too bulky, inefficient, too big a resource profile for merely sending keystrokes, or other minutia. I do use C# for larger applications, such as games, full-fledg...

 Forum: Support   Topic: Loop, Parse borks comparison

Posted: March 26th, 2007, 12:49 am 

Replies: 2
Views: 587


I just tried doing this,

Code:
kek:=time+1
msgbox,%kek%


And kek outputs an empty string.

Something screwy is getting in the Time variable, even though nothing changed in how I aquire it.

 Forum: Support   Topic: Loop, Parse borks comparison

Posted: March 26th, 2007, 12:44 am 

Replies: 2
Views: 587


When I changed file loops to the faster one that Dippy pointed out, it seriously borked something inside the loop. I'm comparing the Time variable against 60000. i = 0 needle=| FileRead, MFile,C:\TypingLog.txt Loop,parse,MFile,`n { Line := A_LoopField i++ pipePos := InStr(line,"|"...

 Forum: Support   Topic: Detecting any process starting up?

Posted: March 23rd, 2007, 4:58 am 

Replies: 4
Views: 494


So, no there isn't.

 Forum: Support   Topic: Detecting any process starting up?

Posted: March 22nd, 2007, 11:30 pm 

Replies: 4
Views: 494


Is there a way to monitor the system and get notified when any process starts?

I didn't see anything that looked like it would deal with that in the Autohotkey docs.

 Forum: Support   Topic: File read performance

Posted: March 20th, 2007, 2:12 pm 

Replies: 4
Views: 721


Sweet, now it takes about 200ms!
Thanks guys. :)

WPM: 59.070. 27866.800 words in 471.760 minutes. Avg per session:4.484
:D :D

 Forum: Support   Topic: File read performance

 Post subject: File read performance
Posted: March 20th, 2007, 5:02 am 

Replies: 4
Views: 721


I'm running this code, and I'm wondering if there is any way to speed it up. The file has over 6000 lines and will continue to grow, and it's now taking over 6 seconds to process the file. Any performance changes I could make? WordsTyped=0 TimeTaken=0 i = 0 Loop { i++ FileReadLine, line, C:\Typ...

 Forum: Support   Topic: Converting RRRGGGBBB to hex color

Posted: March 19th, 2007, 3:45 am 

Replies: 7
Views: 1551


Yeah, Titan, I found an example Chris gave for bitshifting. That's what I used

 Forum: Support   Topic: Converting RRRGGGBBB to hex color

Posted: March 19th, 2007, 2:37 am 

Replies: 7
Views: 1551


nevermind, I got it.
Can delete the whole thread now :)
Sort by:  
Page 1 of 3 [ Search found 36 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group