| Author |
Message |
Topic: Dual Monitor Question |
jmanx
Replies: 3
Views: 460
|
Forum: Ask for Help Posted: Thu Dec 10, 2009 2:34 am Subject: Dual Monitor Question |
Eh I already have it set with a black desktop so it's pretty much that without running ahk, but I'm looking to turn off(enable stand by) on both.
Plus this script would be no use since when the fir ... |
Topic: Dual Monitor Question |
jmanx
Replies: 3
Views: 460
|
Forum: Ask for Help Posted: Thu Dec 10, 2009 1:39 am Subject: Dual Monitor Question |
Hi, I use this line
SendMessage, 0x112, 0xF170, 2,, Program Manager to turn off my monitor with a hotkey and it works great. I just got a new pc and am using dual monitors, and that line only works ... |
Topic: Client & Server Script for TCP/IP Network Communication |
jmanx
Replies: 130
Views: 47371
|
Forum: Scripts & Functions Posted: Fri Aug 28, 2009 10:10 pm Subject: Client & Server Script for TCP/IP Network Communication |
Too bad I don't know enough about C structures and how to implement them in AHK because we could end up using SendEx, RecvEx, ConnectEx, etc for more secure communication.
Also there's a bug that s ... |
Topic: Menu Script won't work |
jmanx
Replies: 2
Views: 284
|
Forum: Ask for Help Posted: Sun Jun 21, 2009 4:37 pm Subject: Menu Script won't work |
I already figured it out, kind of. That script linked is the full script, whether or not I have it in another script, it will still make the same error.
Basically, it encrypted the directorys to th ... |
Topic: Menu Script won't work |
jmanx
Replies: 2
Views: 284
|
Forum: Ask for Help Posted: Sun Jun 21, 2009 5:02 am Subject: Menu Script won't work |
Can anyone get this script to work?
http://www.autohotkey.com/forum/viewtopic.php?t=3745
Whenever I go to launch it, I get
http://img15.imageshack.us/img15/2162/06212009010232.png
If I omi ... |
Topic: Date Time stamp at current cursor position. |
jmanx
Replies: 3
Views: 468
|
Forum: Ask for Help Posted: Thu Apr 09, 2009 9:44 am Subject: Date Time stamp at current cursor position. |
http://www.autohotkey.com/forum/viewtopic.php?p=239086#239086
Wait wait wait, read that entirely wrong.
Your talking about something like hitting F5 in notepad? ________ [URL=http ... |
Topic: Set recording device |
jmanx
Replies: 1
Views: 363
|
Forum: Ask for Help Posted: Fri Apr 03, 2009 7:46 pm Subject: Set recording device |
hey guys I was looking around SoundSet for a method to set my recording device to let's say Stereo Mix, then back to microphone. Couldn't really find anything on it, anyone know how to do this? ______ ... |
Topic: Unit Converter |
jmanx
Replies: 60
Views: 9727
|
Forum: Scripts & Functions Posted: Fri Apr 03, 2009 6:46 pm Subject: Unit Converter |
Grams and temp would be nice new features if you know how to ________ [URL=http://nevada.dispensaries.org/]Nevada Marijuana Dispensary |
Topic: Help me test this random number script |
jmanx
Replies: 3
Views: 490
|
Forum: Ask for Help Posted: Sat Mar 14, 2009 4:51 pm Subject: Help me test this random number script |
actually I appended it a bit and it seems to go random now.
Here's the source.
count=0
gui, add, text, h20 w200 vin, 0
gui, show, Ticker
settimer, check, 450
return
check:
random, ra ... |
Topic: Help me test this random number script |
jmanx
Replies: 3
Views: 490
|
Forum: Ask for Help Posted: Sat Mar 14, 2009 5:22 am Subject: Help me test this random number script |
Hey i was researching an idea which lead me to create this script to test a concept.
The script uses random to generate a random number, and depending on the number, it will add or subtract a set a ... |
Topic: Get Time Formatting |
jmanx
Replies: 1
Views: 311
|
Forum: Ask for Help Posted: Mon Mar 09, 2009 4:32 am Subject: Get Time Formatting |
hey I was trying to make a script where I could compare the time since the last time I called this function.
Basically using A_tickcount, try to find a way to convert let's say a 3885350 difference ... |
Topic: auto correct request |
jmanx
Replies: 23
Views: 2170
|
Forum: Ask for Help Posted: Sun Mar 08, 2009 2:27 am Subject: auto correct request |
here's a small script I wrote for an auto correct list on wikipedia that has more than 4k+ corrections
MyFileLocation=%A_desktop%\Corrections.txt
filedelete, %A_desktop%\AutoCorrect.ahk
int=0
lo ... |
Topic: auto correct request |
jmanx
Replies: 23
Views: 2170
|
Forum: Ask for Help Posted: Fri Mar 06, 2009 12:19 am Subject: auto correct request |
this should work in real-time but, you have to add all the incorrect spelling's yourself.
:*?:hye::hey
so basically what you're gonna do is this
:*?:(incorrect s ... |
Topic: How, Autoit3 Window spy detect (visible Window Text) |
jmanx
Replies: 7
Views: 3997
|
Forum: Ask for Help Posted: Fri Mar 06, 2009 12:11 am Subject: How, Autoit3 Window spy detect (visible Window Text) |
try reading [url=http://www.autohotkey.com/docs/commands/DetectHiddenText.htm]DetectHiddenText then [url=http://www.autohotkey.com/docs/commands/WinGetText.htm]WinGetText ________ [URL=http://www.suzu ... |
Topic: Universal Time Variable |
jmanx
Replies: 5
Views: 520
|
Forum: Ask for Help Posted: Tue Mar 03, 2009 7:41 pm Subject: Universal Time Variable |
| I'm not going to use ping, it's not accurate enough. I need to time my own message but it's ok cause I'm just going to time it from when I send and when it receives a message backing using A_Tickcount ... |
| |