| Author |
Message |
Topic: how to run a program with script (install program) |
pt80chip
Replies: 4
Views: 135
|
Forum: Ask for Help Posted: Sat May 31, 2008 9:59 am Subject: how to run a program with script (install program) |
| Oh this is great. Why don't you announce to everyone in the open source community that you are using pirated software! You either have a unique sense of humor or very little foresight. I'm surprised y ... |
Topic: How do I send email Outlook express if its not default maiil |
pt80chip
Replies: 2
Views: 119
|
Forum: Ask for Help Posted: Fri May 16, 2008 1:55 am Subject: How do I send email Outlook express if its not default maiil |
| I know its an AHK forum, however it seems I'm not the only one with mailto questions on here so I figured I'm prob going to find some answers. Thanks for the code, I did however use the following code ... |
Topic: How do I send email Outlook express if its not default maiil |
pt80chip
Replies: 2
Views: 119
|
Forum: Ask for Help Posted: Thu May 15, 2008 11:58 pm Subject: How do I send email Outlook express if its not default maiil |
| Hi. I am looking to send out an email using MS outlook express. However, the default mail client on that system is MS Outlook 2003. I believe a simple mailto command will just open the default mail cl ... |
Topic: ahk |
pt80chip
Replies: 10
Views: 273
|
Forum: Ask for Help Posted: Wed May 14, 2008 10:14 pm Subject: ahk |
| I love it. I thought my subject lines were bad. |
Topic: How can I use a wildcard in an if statement to compare text |
pt80chip
Replies: 1
Views: 95
|
Forum: Ask for Help Posted: Wed May 14, 2008 1:19 am Subject: How can I use a wildcard in an if statement to compare text |
| I think I am figuring a work around for my previous post. However I need to know if I can just compare the beginning of a line with what is in the clipboard. Let's assume on the clipboard it will say: ... |
Topic: Need to open hyperlink in new tab on firefox. search involve |
pt80chip
Replies: 0
Views: 187
|
Forum: Ask for Help Posted: Wed May 14, 2008 12:01 am Subject: Need to open hyperlink in new tab on firefox. search involve |
| I have the following situation. I have to open hyperlinks in new tabs. The way it works is as follows. The hyperlink says details, so I can search for the word details. However, whenever it reaches th ... |
Topic: how do I send a mouse click relative to the window? |
pt80chip
Replies: 2
Views: 109
|
Forum: Ask for Help Posted: Thu May 08, 2008 10:33 pm Subject: how do I send a mouse click relative to the window? |
OK. Seems by default it is relative to active window. That's exactly what I wanted to know.
Thanks |
Topic: how do I send a mouse click relative to the window? |
pt80chip
Replies: 2
Views: 109
|
Forum: Ask for Help Posted: Thu May 08, 2008 10:20 pm Subject: how do I send a mouse click relative to the window? |
Hi. I want to click on screen, but don't want it to be relative to the whole screen, just the active window. The window may move and be resized at times, so I am not sure of how I would do this.
Plea ... |
Topic: Looking to open a hyperlink in new tab in firefox on keyword |
pt80chip
Replies: 0
Views: 111
|
Forum: Ask for Help Posted: Thu May 08, 2008 9:16 pm Subject: Looking to open a hyperlink in new tab in firefox on keyword |
Hi. I am looking to run a script that will search for a specific word, and if it is a hyperlink, then open in new tab.
I am using firefox so I am thinking of doing something along the lines of doing ... |
Topic: If statement that will work for switching between windows |
pt80chip
Replies: 0
Views: 337
|
Forum: Ask for Help Posted: Mon May 05, 2008 11:52 pm Subject: If statement that will work for switching between windows |
Hi. I have a program that changes it's that has a winactive name that changes every time you open a different document, just like excel for example.
What I'd like to do is go to that program and ent ... |
Topic: Trouble using a variable in a loop. |
pt80chip
Replies: 10
Views: 163
|
Forum: Ask for Help Posted: Tue Mar 11, 2008 5:32 pm Subject: Trouble using a variable in a loop. |
HUGOV!! You got it!
Thanks A LOT!!
It was the enter character |
Topic: Trouble using a variable in a loop. |
pt80chip
Replies: 10
Views: 163
|
Forum: Ask for Help Posted: Tue Mar 11, 2008 5:23 pm Subject: Trouble using a variable in a loop. |
I am copying the number from a spreadsheet. I did
Send, {ALTDOWN}{TAB}{ALTUP}{RIGHT} to get to the spreadsheet and to the correct cell, then
Send, {CTRLDOWN}c{CTRLUP}
The funny thing is that the m ... |
Topic: How to use the Windows key as a trigger |
pt80chip
Replies: 3
Views: 133
|
Forum: Ask for Help Posted: Tue Mar 11, 2008 5:16 pm Subject: How to use the Windows key as a trigger |
| hey bro |
Topic: Trouble using a variable in a loop. |
pt80chip
Replies: 10
Views: 163
|
Forum: Ask for Help Posted: Tue Mar 11, 2008 5:11 pm Subject: Trouble using a variable in a loop. |
OK, when I copied your script, it worked as planned. Message came up as 5, and ran the loop 4 times.
However, when I remove Clipboard=5, it doesn't work.
the msgbox still says 5, but it does not en ... |
Topic: Trouble using a variable in a loop. |
pt80chip
Replies: 10
Views: 163
|
Forum: Ask for Help Posted: Tue Mar 11, 2008 4:58 pm Subject: Trouble using a variable in a loop. |
| HugoV, I copied your code but it doesn't seem to work for me. Still doesn't enter the loop |
| |