| Author |
Message |
Forum: Support Topic: Problem with WinActivate/WinWaitActive after unlock |
| wakeboarder3780 |
|
Posted: March 15th, 2012, 7:40 pm
|
|
Replies: 1 Views: 82
|
| Found it: The problem is that WinActivate would execute while the computer was locked. Because the computer was locked WinActivate doesn't really do anything. Then WinWaitActive was just sitting there waiting for the window to get activated. When you come back and unlock your computer, WinWaitActive... |
|
 |
Forum: Support Topic: Problem with WinActivate/WinWaitActive after unlock |
| wakeboarder3780 |
|
Posted: March 15th, 2012, 7:07 pm
|
|
Replies: 1 Views: 82
|
| Hi. I wrote an AHK script for a computer that has the ability to get locked. The idea of the script is that every 10 seconds it will see if a window exists, and if it does, manipulate it's position. What I'm noticing is that if the window comes into existence while the computer is locked (like a rem... |
|
 |
Forum: Support Topic: Limit maximum decibal output of microphone? |
| wakeboarder3780 |
|
Posted: July 13th, 2011, 7:39 pm
|
|
Replies: 4 Views: 154
|
LOL great comical relief leef, thanks
Problem is the yeller is on a team with the people that will blank the screen, and then the team will be even more screwed =P
Well anyhoo thanks for all the info and the comic relief  |
|
 |
Forum: Support Topic: Limit maximum decibal output of microphone? |
| wakeboarder3780 |
|
Posted: July 12th, 2011, 8:33 pm
|
|
Replies: 4 Views: 154
|
| Thank you for the terminology update, now i can research more effectively. I'm still looking for a software solution to this if possible, I simply just want to do a "downward compression" which will cap screaming voices to reasonable levels. I was kind of hoping for a quick and free soluti... |
|
 |
Forum: Support Topic: Limit maximum decibal output of microphone? |
| wakeboarder3780 |
|
Posted: July 12th, 2011, 5:00 pm
|
|
Replies: 4 Views: 154
|
| I dont really know what is all possible in AHK as far as microphones go. But I'd really like to be able to capture the audio coming in through the microphone and reduce the volume on it if it is too loud. My particular purpose for this is if someone screams into the microphone during a game, other p... |
|
 |
Forum: Support Topic: A couple GUI questions |
| wakeboarder3780 |
|
Posted: June 20th, 2011, 3:23 pm
|
|
Replies: 3 Views: 130
|
| dang my mistake i guess default doesnt change focus. Not sure what i was thinking. Thank you for the reference to GuiClose/GuiEscape - it wasn't on the exact page i was looking at but found another GUI doc page that DID have the documentation on it. Sorry for the noob questions, but this puppy is ro... |
|
 |
Forum: Support Topic: A couple GUI questions |
| wakeboarder3780 |
|
Posted: June 20th, 2011, 3:05 pm
|
|
Replies: 3 Views: 130
|
| I have built the following GUI by reading the following resource: http://www.autohotkey.com/docs/commands/GuiControls.htm Gui, Add, Text, ,Please enter the time you want to stop. Gui, Add, Edit, x53 y35 w42 vtimeInput Limit5, %guessHour%:%guessMinute% if (currentHour < 11 ) { Gui, Add, ... |
|
 |
Forum: Utilities Topic: Better syntax highlighting in Notepad++ |
| wakeboarder3780 |
|
Posted: April 14th, 2010, 5:11 pm
|
|
Replies: 6 Views: 6997
|
Can we get a mirror or better yet, just paste the code in this forum? This site is blocked from work. I can do this tonight, but if someone has it now, it would be nice to have it now  |
|
 |
Forum: Support Topic: FileRead followed up with send adds double line feeds |
| wakeboarder3780 |
|
Posted: April 14th, 2010, 4:39 pm
|
|
Replies: 2 Views: 200
|
Yeah I figured I could replace them, but I was just wondering if I was doing something in AHK incorrectly, or if it was just the other app
Sounds like it's probably the "other app".
Thanks for the response  |
|
 |
Forum: Support Topic: FileRead followed up with send adds double line feeds |
| wakeboarder3780 |
|
Posted: April 14th, 2010, 3:58 pm
|
|
Replies: 2 Views: 200
|
| I have the following code: FileRead, contents, C:\myFile.txt Send, %contents% The send is sending the contents to an outlook new email (if it matters). What I'm seeing is that the file may have the following contents: Line1 Line2 Line3 But in the new mail it will become: Line1 Line2 Line3 Is this an... |
|
 |
Forum: Offtopic Topic: Proving AHK is legit to employer - help needed. |
| wakeboarder3780 |
|
Posted: March 24th, 2010, 4:54 pm
|
|
Replies: 13 Views: 786
|
LiquidGravity wrote: Also politely inform your company security that a md5 hash is nearly useless for security.
No kidding, I struggled to keep my mouth shut when he said that.  |
|
 |
Forum: Offtopic Topic: Proving AHK is legit to employer - help needed. |
| wakeboarder3780 |
|
Posted: March 23rd, 2010, 3:08 pm
|
|
Replies: 13 Views: 786
|
| Sorry, but if *I* want to keep AHK in my workplace I don't think I'll get away with telling the *security guy* to go read over all the source code for AHK to verify it's legit. I'm just looking for a short simple solution I can do a "dog and pony show" with him. Like this: "Look mr se... |
|
 |
Forum: Offtopic Topic: Proving AHK is legit to employer - help needed. |
| wakeboarder3780 |
|
Posted: March 23rd, 2010, 2:35 pm
|
|
Replies: 13 Views: 786
|
| So you may have seen a thread by me earlier dreading a meeting with the security guys at my employers place. Well it turns out they aren't asking for a ton. Basically they want some way to know that the installer I downloaded is legit. In the most previous example he's asking for something as simple... |
|
 |
Forum: Support Topic: Anyone ever access Outlook address book properties? |
| wakeboarder3780 |
|
Posted: March 22nd, 2010, 3:53 pm
|
|
Replies: 5 Views: 319
|
| Well I found some information from a microsoft forum. Basically it sounds like I can obtain the information from Active Directory (AD) in the form of an LDAP query. I found the following post which does something like what I'm looking for but proclaims that to truly do this, it requires a DLL call. ... |
|
 |
Forum: Offtopic Topic: No AHK at work?? |
| wakeboarder3780 |
|
Posted: March 22nd, 2010, 2:54 pm
|
|
Replies: 10 Views: 2020
|
LOL now there's a way to look at it  |
|
 |
| Sort by: |