| Author |
Message |
Topic: LAN Speaker Control |
Conquer
Replies: 4
Views: 525
|
Forum: Scripts & Functions Posted: Sun Jun 19, 2011 3:34 pm Subject: LAN Speaker Control |
I * love * volume control scripts. Can this be somehow used or modified to control the volume just on a local PC?
Sure, you could just run the server and the client on the same comp under 127 ... |
Topic: LAN Speaker Control |
Conquer
Replies: 4
Views: 525
|
Forum: Scripts & Functions Posted: Sat Jun 18, 2011 10:35 pm Subject: LAN Speaker Control |
Source codes as promised.
Again, all credit to ManaUser, my modified version of his script below:
Client
;AHK Remote Client v1.2
; written by ManaUser, Modified by me (Conquer)
#Singl ... |
Topic: LAN Speaker Control |
Conquer
Replies: 4
Views: 525
|
Forum: Scripts & Functions Posted: Sat Jun 18, 2011 10:33 pm Subject: LAN Speaker Control |
Situation/problem - you have some monster speakers hooked up to a desktop, but want to control the speakers from your laptop in the kitchen/upstairs etc.
Solution - Screenshot/Explanation
http://i ... |
Topic: backward search, delete a word, to the left |
Conquer
Replies: 9
Views: 907
|
Forum: Ask for Help Posted: Wed Dec 10, 2008 12:54 am Subject: backward search, delete a word, to the left |
Send {Control Down}{Backspace}{Control Up}
That will erase text until the next space. (Unless you're starting with a space, in which case it will erase until the first ... |
Topic: ahk -> c++ migration tutorial |
Conquer
Replies: 16
Views: 1751
|
Forum: Ask for Help Posted: Sat Nov 15, 2008 7:13 pm Subject: ahk -> c++ migration tutorial |
tidbit and engunneer:
I can not see
a) a tutorial
or
b) links
Why are you answering then?
Wow, show some respect. There isn't a tutorial on it.
Did you try search? And checking the ma ... |
Topic: Alt+M+S opens say, a website |
Conquer
Replies: 16
Views: 1201
|
Forum: Ask for Help Posted: Sat Nov 15, 2008 7:08 pm Subject: Alt+M+S opens say, a website |
Check the index (in the ahk help file) on these topics:
Hotkeys - You probably already figured this out
Run - To open websites or documents
Variables - For knowing if the user has press ... |
Topic: Disabling UpDown Arrows |
Conquer
Replies: 7
Views: 604
|
Forum: Ask for Help Posted: Mon Jul 07, 2008 4:44 pm Subject: Disabling UpDown Arrows |
| You could perhaps have two separate buttons imitating an updown control, one button for up and one button for down (perhaps with ^/v as labels). Then the buttons could have labels which would add (or ... |
Topic: Fade in/out taskbar |
Conquer
Replies: 15
Views: 4402
|
Forum: Scripts & Functions Posted: Sun Jun 29, 2008 9:06 pm Subject: Fade in/out taskbar |
How to use the extra real estate though?
I know this is kind of a grave dig, but..
channelog: Great script, thanks for sharing.
this is my version of the script: (Allows you to use the extra ... |
Topic: HELP PLZ!!! Rules for Halo, and how to make them work. |
Conquer
Replies: 19
Views: 1119
|
Forum: Ask for Help Posted: Sat Jun 28, 2008 9:28 pm Subject: HELP PLZ!!! Rules for Halo, and how to make them work. |
Er, don't you need to send 2 enter keystrokes? Like when you're typing it in halo?
SetKeyDelay, -1
^1::
Send,{Enter}---ATTENTION---{Enter}{Enter}*WARNING* M ... |
Topic: if not A_IsAdmin... restart script without manual entering? |
Conquer
Replies: 5
Views: 1361
|
Forum: Ask for Help Posted: Fri May 16, 2008 10:18 pm Subject: if not A_IsAdmin... restart script without manual entering? |
Sounds... Sly
Um, use the command RunAs ?
lolz |
Topic: [Solved] Another Noob question from me... Iniwrite... |
Conquer
Replies: 7
Views: 682
|
Forum: Ask for Help Posted: Mon Apr 28, 2008 9:54 pm Subject: [Solved] Another Noob question from me... Iniwrite... |
When it's solved, mark the title of the thread like this: (For easy readability)
(Epic Win)
rather than
Thread Topic Here .. Solved (Epic Fail, like Titan's captcha. )
Thx for listenin ... |
Topic: Keeping the Fox quiet... |
Conquer
Replies: 9
Views: 1046
|
Forum: Ask for Help Posted: Mon Apr 28, 2008 9:49 pm Subject: Keeping the Fox quiet... |
ggwwtt, you are ruining his evil plan with your user-aware "code".
Anyways, I tried to improve the code:
(Failed attempt):
#Singleinstance,force
#Persistent
FoxPat ... |
Topic: Keeping the Fox quiet... |
Conquer
Replies: 9
Views: 1046
|
Forum: Ask for Help Posted: Sat Apr 26, 2008 4:47 pm Subject: Keeping the Fox quiet... |
QuietFoxLaunch:
Run, firefox.exe http://www.google.ca ,,Hide UseErrorLevel
If ErrorLevel
return ; Script failed to launch the browser/site
Else
goto QuietFoxControl
return
Quie ... |
Topic: Script stopped working with IE7 |
Conquer
Replies: 4
Views: 626
|
Forum: Ask for Help Posted: Tue Apr 15, 2008 1:45 am Subject: Script stopped working with IE7 |
/me Saved the day once again  |
Topic: Monitoring script - Copy entered text to log file |
Conquer
Replies: 3
Views: 776
|
Forum: Ask for Help Posted: Tue Apr 15, 2008 1:30 am Subject: Monitoring script - Copy entered text to log file |
| No, I don't think you could get the text on a button in a website, because its not actually a button, as its not on your os, its on the web page. I don't think ImageSearch would work either, as themes ... |
| |