| Author |
Message |
Topic: Close Multiple MSIE Windows |
Sergio
Replies: 2
Views: 50
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 9:55 pm Subject: Windows or Tabs? |
| Do you have many MSIE windows, or many MSIE Tabs that are open? If they are tabs, then this system will work very nicely for you. First it will ask you how many you want to close and then it will ru ... |
Topic: Equivalent of WinWait for websites? |
Sergio
Replies: 3
Views: 122
|
Forum: Ask for Help Posted: Mon May 19, 2008 7:42 pm Subject: thanks but... |
| I should have specified that it is specifically for Firefox. |
Topic: Equivalent of WinWait for websites? |
Sergio
Replies: 3
Views: 122
|
Forum: Ask for Help Posted: Mon May 19, 2008 6:22 pm Subject: Equivalent of WinWait for websites? |
| I would like to include a code so that my AHK script does not begin to run until the website is completely loaded. I currently use WinWait, however once the title is in place, AHK does not know that ... |
Topic: Innefficient code - any ideas? |
Sergio
Replies: 1
Views: 82
|
Forum: Ask for Help Posted: Thu May 15, 2008 10:57 pm Subject: Innefficient code - any ideas? |
| I use AHK to create shipping labels. So imagine an MS office file where I create a table, then it inputs first address -TAB- inputs second address -TAB- inputs first address again -TAB- second addres ... |
Topic: Loop Copy & Paste |
Sergio
Replies: 2
Views: 101
|
Forum: Ask for Help Posted: Sun May 11, 2008 7:47 pm Subject: Thanks |
| I'm so glad I asked because the space between the first percentage and the variable name is counterintuitive. It works like a charm. Thanks! |
Topic: Loop Copy & Paste |
Sergio
Replies: 2
Views: 101
|
Forum: Ask for Help Posted: Sun May 11, 2008 7:18 pm Subject: Loop Copy & Paste |
| I'd like to create a loop to copy items and another to paste them. For the sake of simplicity, I've put them together so it will just copy and recall it to the Message Box. The following code turns ... |
Topic: Removing Exclamation marks (!) from scripts |
Sergio
Replies: 1
Views: 80
|
Forum: Ask for Help Posted: Mon May 05, 2008 4:01 pm Subject: Removing Exclamation marks (!) from scripts |
I know that I can remove enter keys and spaces from scripts using the following code.
StringReplace, clipboard, clipboard, `r`n, , All
How can I edit this code to remove exclamation marks as well? ... |
Topic: Removing Half of the Enter Keys |
Sergio
Replies: 2
Views: 93
|
Forum: Ask for Help Posted: Tue Apr 29, 2008 1:38 am Subject: Bingo! |
That did the trick. Thanks!  |
Topic: Removing Half of the Enter Keys |
Sergio
Replies: 2
Views: 93
|
Forum: Ask for Help Posted: Tue Apr 29, 2008 12:39 am Subject: Removing Half of the Enter Keys |
I copy text from Ship to this address:
First Last
Street Address
City, State
Country
However when I paste it, it looks like this:
Ship to this address:
First Last
Street Address
Cit ... |
Topic: If/Then statement for Find feature |
Sergio
Replies: 1
Views: 75
|
Forum: Ask for Help Posted: Thu Apr 03, 2008 4:51 pm Subject: If/Then statement for Find feature |
I'm using the find feature in Notepad and I want to set it up so that if it does not find one thing, it should search for another thing.
How do I get AHK to acknowledge that the find feature was a ... |
Topic: Erasing Enter keys |
Sergio
Replies: 2
Views: 131
|
Forum: Ask for Help Posted: Sun Mar 30, 2008 7:51 am Subject: Erasing Enter keys |
The following code removes a character (spaces) from a string of text on my clipboard
StringReplace, clipboard, clipboard, `r`n, , All
How would I remove 2 different characters from my text at onc ... |
Topic: Calling one hotkey from another |
Sergio
Replies: 2
Views: 111
|
Forum: Ask for Help Posted: Sun Mar 30, 2008 7:09 am Subject: Calling one hotkey from another |
; ------------- COPIES DATA FROM EXCEL ARCHIVES AND CREATES AN E-MAIL
; ------------- TO REMIND CUSTOMERS TO MAKE PAYMENT
^F1::
Send, {CTRLDOWN}{LEFT 3}{CTRLUP} ... |
Topic: Calling one hotkey from another |
Sergio
Replies: 2
Views: 111
|
Forum: Ask for Help Posted: Sun Mar 30, 2008 6:33 am Subject: Calling one hotkey from another |
| I created a script where one hotkey calls the other. The one problem is that in AHK Hotkey #2 does not wait for #1 to finish. Instead they work in Tandem. Is there a code that will tell hotkey #2 n ... |
Topic: Editing Copied text |
Sergio
Replies: 12
Views: 267
|
Forum: Ask for Help Posted: Thu Mar 27, 2008 8:34 pm Subject: Works |
| Yeah, works like a charm. Thanks man! |
Topic: Editing Copied text |
Sergio
Replies: 12
Views: 267
|
Forum: Ask for Help Posted: Tue Mar 25, 2008 10:25 pm Subject: Editing Copied text |
| Thanks. I've looked into it but I'm having a hard time figuring this out. Please excuse the newbie question. How would I use StringTrimLeft/-Right to delete six characters from the right? |
| |