| Author |
Message |
Topic: Setting scope to multiple windows/classes with one script |
gunns256
Replies: 7
Views: 192
|
Forum: Ask for Help Posted: Tue Dec 07, 2010 4:34 pm Subject: Setting scope to multiple windows/classes with one script |
Try this:
If WinActive ("ahk_class Notepad") or WinActive (ahk_class rctrl_renwnd32) ;Outlook 2000 email, ctrl-backspace fails
; How to I expand above so other windows/clas ... |
Topic: Script File Structure for GUIs |
gunns256
Replies: 4
Views: 697
|
Forum: Ask for Help Posted: Mon May 17, 2010 3:15 pm Subject: Script File Structure for GUIs |
| Thank you. I will experiment with these. |
Topic: Script File Structure for GUIs |
gunns256
Replies: 4
Views: 697
|
Forum: Ask for Help Posted: Mon May 17, 2010 2:59 pm Subject: Bump, Re-explanation |
| Bump, Revised request for information. |
Topic: Script File Structure for GUIs |
gunns256
Replies: 4
Views: 697
|
Forum: Ask for Help Posted: Sun May 16, 2010 10:30 pm Subject: Script File Structure for GUIs |
| This is a first attempt at GUI. The purpose is to format homework assignments consistently. It includes two input box calls (page number and problem number) which populate the GUI, and then allow extr ... |
Topic: Help open all the programs & directories that I need |
gunns256
Replies: 57
Views: 3272
|
Forum: Ask for Help Posted: Mon Apr 26, 2010 10:36 pm Subject: Multiply by 2/3 |
| I'm not positive, but I think that you want to multiply the last set by 2/3. |
Topic: Outlook Hotkey |
gunns256
Replies: 6
Views: 785
|
Forum: Ask for Help Posted: Tue Mar 16, 2010 3:02 pm Subject: Outlook Hotkey |
1. I don't really know.
2. My guess is that Outlook's interaction with Windows, Run depends on Environmental Variables.
3. I'll bet you have set #NoEnv for performance's sake.
4. The best way to ge ... |
Topic: How to use Autohotkey_L to produce alpha symbol? |
gunns256
Replies: 8
Views: 710
|
Forum: Ask for Help Posted: Sun Jan 03, 2010 1:09 pm Subject: How to use Autohotkey_L to produce alpha symbol? |
Insert capital sigma with just AHK.
http://www.autohotkey.com/forum/viewtopic.php?p=318855#318855 |
Topic: Trying to insert non-standard characters |
gunns256
Replies: 3
Views: 460
|
Forum: Ask for Help Posted: Sun Dec 20, 2009 12:16 am Subject: Trying to insert non-standard characters |
| The attribution is http://www.autohotkey.com/forum/viewtopic.php?t=7328unicode+character |
Topic: Trying to insert non-standard characters |
gunns256
Replies: 3
Views: 460
|
Forum: Ask for Help Posted: Sat Dec 19, 2009 6:14 pm Subject: Trying to insert non-standard characters |
| I didn't write this. I'm new. It's copied from another forum post, and I had it lying around in a script. I've tried it and it works. SendInputU(2211) inserts a capital Sigma. I'm to lazy to look up t ... |
Topic: Help open all the programs & directories that I need |
gunns256
Replies: 57
Views: 3272
|
Forum: Ask for Help Posted: Fri Nov 27, 2009 12:31 pm Subject: Help open all the programs & directories that I need |
Thanks. I have been aware of people using pids in their work, but haven't followed up on it yet. Happy Thanksgiving, if you're from USA. Or even if you're not.
gunns256 |
Topic: Help open all the programs & directories that I need |
gunns256
Replies: 57
Views: 3272
|
Forum: Ask for Help Posted: Thu Nov 26, 2009 11:09 am Subject: Help open all the programs & directories that I need |
Here's code that I use to open a work session and then later close a work session. It does not do everything you want.
My code is specific to my needs, and many of my ideas are stupid. (I am a newb ... |
Topic: Program stops executing? |
gunns256
Replies: 5
Views: 420
|
Forum: Ask for Help Posted: Mon Nov 23, 2009 4:05 pm Subject: Program stops executing? |
| Unless you really, really need to use AHK for this, you could use the Users control panel to create a passworded new account for installing (called Administr8or or some such) and make all of the other ... |
Topic: Creating a transparent window, which contains a pixelSearch? |
gunns256
Replies: 67
Views: 2799
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 3:18 pm Subject: Creating a transparent window, which contains a pixelSearch? |
I'm a n00b, so take this with salt.
From manual: The region to be searched must be visible; in other words, it is not possible to search a region of a window hidden behind another window.
Is thi ... |
Topic: AutoClip v3.0 - AutoReplacer and ClipSaver |
gunns256
Replies: 21
Views: 27826
|
Forum: Scripts & Functions Posted: Sun Nov 15, 2009 12:25 pm Subject: Use AutoClip with existing hotkeys? |
I'm looking at Autoclip v 4 and I really like the interface.
I would love to have the functionality of some long RTF scraps that I could call from a menu.
However, whenever I load Autoclip, I ca ... |
Topic: Escape quotemarks, test for quotemark in variable |
gunns256
Replies: 5
Views: 290
|
Forum: Ask for Help Posted: Sun Nov 15, 2009 3:11 am Subject: Final Function |
Here's my finalized hotkey and function to cut text and wrap it the chosen character. I wound up testing for ascii values and sending ascii characters. I am pleased with how it turned out.
#W:& ... |
| |