| Author |
Message |
Topic: I have question about counting |
wooly_sammoth
Replies: 5
Views: 155
|
Forum: Ask for Help Posted: Wed Feb 08, 2012 11:06 pm Subject: I have question about counting |
A timer with some simple counters should do what you're looking for
bananaCount = ; These variables will hold the totals
grapeCount = ; we want them to start off blank
appleCount =
SetTimer, c ... |
Topic: « What's on your mind? » |
wooly_sammoth
Replies: 1230
Views: 48255
|
Forum: General Chat Posted: Sun Jan 29, 2012 8:57 pm Subject: « What's on your mind? » |
I thought the whole 'supernatural' element of spontaneous human combustion had been debunked by [url=http://en.wikipedia.org/wiki/Wick_effect]the wick effect (Wikipedia).
I remember seeing a TV pro ... |
Topic: include a .wav file in compiled script |
wooly_sammoth
Replies: 19
Views: 257
|
Forum: Ask for Help Posted: Thu Jan 19, 2012 11:07 am Subject: include a .wav file in compiled script |
OK,
Did yuo change the file paths when you added this line to your un-compiled ahk script?
Currently it is looking for a file called C:\My Documents\File.wav to install into the script. You need ... |
Topic: include a .wav file in compiled script |
wooly_sammoth
Replies: 19
Views: 257
|
Forum: Ask for Help Posted: Thu Jan 19, 2012 11:02 am Subject: include a .wav file in compiled script |
Charlie, Guest was merely asking you to provide some examples of code that you have tried so that we can see what you are doing and maybe where you are going wrong.
I can confirm that the FileInsta ... |
Topic: GUI -> Dynamic Buttons |
wooly_sammoth
Replies: 3
Views: 140
|
Forum: Ask for Help Posted: Wed Jan 11, 2012 10:52 am Subject: GUI -> Dynamic Buttons |
I would make the buttons associated variables 1, 2, 3, 4 etc. as then you can use the A_GuiControl variable to reference the specific button
For example
#NoEnv ; Recommended for performance and c ... |
Topic: logs of all the lines executed when script is running? |
wooly_sammoth
Replies: 5
Views: 121
|
Forum: Ask for Help Posted: Tue Dec 06, 2011 1:03 pm Subject: logs of all the lines executed when script is running? |
| If you double click on the tray icon of the runing script you will be able to see the last run lines, the contents of variables and several other useful things. |
Topic: Why do people post in the wrong section? |
wooly_sammoth
Replies: 5
Views: 240
|
Forum: General Chat Posted: Thu Dec 01, 2011 3:15 pm Subject: Why do people post in the wrong section? |
I have a feeling that my first post here was a request for help which I posted to the Scripts & Functions forum
My reason was that I had a task which I wanted to automate. I had heard ... |
Topic: KeyLog Help |
wooly_sammoth
Replies: 8
Views: 433
|
Forum: Ask for Help Posted: Thu Dec 01, 2011 3:03 pm Subject: KeyLog Help |
| As has already been explained, not many on this forum will help with the type of script you are tyring to write. You specifically say that you want to steal other peoples usernames, e-mail addresses a ... |
Topic: Copying/Deleting files in multiple directories |
wooly_sammoth
Replies: 7
Views: 159
|
Forum: Ask for Help Posted: Thu Dec 01, 2011 2:58 pm Subject: Copying/Deleting files in multiple directories |
Take a look at the Msgbox command
you could put it on the line before the Return |
Topic: Novice: a few basics? |
wooly_sammoth
Replies: 5
Views: 272
|
Forum: Ask for Help Posted: Tue Nov 29, 2011 3:27 pm Subject: Re: Novice: a few basics? |
| 1. MsgBox This is my text seems to work OK, despite Help specifying that a comma is needed after the command. Is that relaxed syntax something I can rely on generally? Or does it vary from one comman ... |
Topic: Script Request |
wooly_sammoth
Replies: 3
Views: 100
|
Forum: Ask for Help Posted: Mon Nov 28, 2011 10:42 am Subject: Script Request |
Loop
{
Drive, Eject
Drive, Eject, , 1
}
Return
#z::Exitapp
Instructions:
1) Position itch on back next to CD drive of computer
2) Run script
3) ?????
4) ... |
Topic: « What's on your mind? » |
wooly_sammoth
Replies: 1230
Views: 48255
|
Forum: General Chat Posted: Mon Nov 28, 2011 10:36 am Subject: « What's on your mind? » |
Hmm... So what I need is a 'VPS'
But some of
It's one option. Another option would be to configure your home router to allow access to your PC from outside your local network. However this rai ... |
Topic: « What's on your mind? » |
wooly_sammoth
Replies: 1230
Views: 48255
|
Forum: General Chat Posted: Sat Nov 26, 2011 11:57 pm Subject: « What's on your mind? » |
A [url=http://en.wikipedia.org/wiki/Virtual_private_server]VPS (wikipedia) would do the same job as a dedicated server only quite a bit cheaper.
I have one but it's linux. They are available in win ... |
Topic: Giving an app focus when it's opened |
wooly_sammoth
Replies: 2
Views: 92
|
Forum: Ask for Help Posted: Thu Nov 24, 2011 12:08 pm Subject: Giving an app focus when it's opened |
Try the second one without the #
There is a difference between #IfWinExist and IfWinExist
The command #IfWinExist is for creating hotkeys/strings tht only oprate when a specified window exists w ... |
Topic: Help with stability in the var used |
wooly_sammoth
Replies: 2
Views: 72
|
Forum: Ask for Help Posted: Thu Nov 24, 2011 12:02 pm Subject: Help with stability in the var used |
Unfortunately interacting with Excel is a bit of a ball ache as there is no feedback from it using the method you have used.
This means that although most of the time the cursor or selected cell is ... |
| |