| Author |
Message |
Topic: Closing Outlook |
vixay
Replies: 2
Views: 1719
|
Forum: Scripts & Functions Posted: Wed Nov 05, 2008 11:20 am Subject: solve that annoying problem of outlook not quitting! |
Thanks for your idea...
I've integrated it into my script... see if you like it now...
This is to solve that annoying problem of outlook not quitting!
^!z:: ;;Get a list of outlook wind ... |
Topic: Display and Sort Hotkeys |
vixay
Replies: 52
Views: 14104
|
Forum: Scripts & Functions Posted: Mon Oct 20, 2008 4:40 am Subject: Display and Sort Hotkeys |
OK, two other issues, which may be related to each other:
1. I'd prefer that the popup show until any key is pressed--I don't want to hold down the hotkey.
2. I'd like to reassign the hotkey to ca ... |
Topic: Display and Sort Hotkeys |
vixay
Replies: 52
Views: 14104
|
Forum: Scripts & Functions Posted: Sat Oct 11, 2008 12:31 pm Subject: Final Customized Version |
Hey all,
I have modified Hutch's script to fulfill my requirements and make it more complete i guess, as such i think everyone can safely add this script to their includes directory and use it eas ... |
Topic: What's the best editor for AHK? |
vixay
Replies: 7
Views: 1609
|
Forum: Ask for Help Posted: Mon Sep 22, 2008 6:57 am Subject: see wiki |
For an easy test of Notepad++, checkout the following
http://www.autohotkey.com/wiki/index.php?title=Notepad%2B%2B
For a portable version you can download extract and run! |
Topic: Notepad++ 5.0 autocomplete |
vixay
Replies: 23
Views: 2994
|
Forum: Scripts & Functions Posted: Mon Sep 22, 2008 6:16 am Subject: Wiki |
Never mind, got it. Created the Category Editors
and this page
http://www.autohotkey.com/wiki/index.php?title=Notepad%2B%2B
How do i upload the file to the wiki directly? |
Topic: Notepad++ 5.0 autocomplete |
vixay
Replies: 23
Views: 2994
|
Forum: Scripts & Functions Posted: Mon Sep 22, 2008 6:06 am Subject: Notepad++ Portable |
How do i do that? I have tried finding/editing it in the wiki, but no luck
How do i add a new page? a new category? ...etc? I am logged in and can edit pages but no way to create them?
Until th ... |
Topic: Notepad++ 5.0 autocomplete |
vixay
Replies: 23
Views: 2994
|
Forum: Scripts & Functions Posted: Fri Sep 19, 2008 5:27 am Subject: Notepad++ Portable |
Out of curiosity why doesn't anyone upload a fully working customized version of Notepad++ Portable for AHK?
It's easy enough to do!
It'd be great for all the newbies...
I use a portable version ... |
Topic: Display and Sort Hotkeys |
vixay
Replies: 52
Views: 14104
|
Forum: Scripts & Functions Posted: Mon Aug 25, 2008 11:13 am Subject: Final Output? |
So what's the final script to use?
This thread is quite confusing.
The Last one i tried had a problem.
It doesn't ignore comment lines (i.e. with only 1 ; ), if there's a double ;; in the middl ... |
Topic: Formate Date Time menu |
vixay
Replies: 24
Views: 3393
|
Forum: Scripts & Functions Posted: Mon Aug 25, 2008 10:40 am Subject: Yearly Calendar |
I wanted to get a yearly calendar... with this functionality... Trying to replace the ATNotes Calendar option with this one.
Any Ideas?
Here is what i have so far... Shows only 3 months, and se ... |
Topic: Give Arrow Key functions to WASD |
vixay
Replies: 4
Views: 374
|
Forum: Ask for Help Posted: Mon Aug 25, 2008 9:12 am Subject: WASD as arrow in all apps |
I was thinking of a variation on this. I wanted to use WASD as arrows only when some keys are depressed... this is for my lazy right hand that doesn't want to move to the keyboard...
useful when i' ... |
Topic: Formate Date Time menu |
vixay
Replies: 24
Views: 3393
|
Forum: Scripts & Functions Posted: Mon Aug 18, 2008 4:43 am Subject: Optimization |
Couldn't this section
If FormatChoice = DD. MMMM YYYY
FormatTime, TD_RDate, %F_Date%, dd. MMMM yyyy
Else If FormatChoice = DD. MMM. YYYY
FormatTime, TD_RDate, %F_Date%, dd. M ... |
Topic: Notepad++ |
vixay
Replies: 11
Views: 1928
|
Forum: Scripts & Functions Posted: Wed Aug 06, 2008 7:57 am Subject: NPPExec |
You can also use nppexec plugin
Plugins>NPPexec>Execute..
Put in this:
C:\Program Files\AutoHotkey\autohotkey.exe "$(FULL_CURRENT_PATH)"
and save as a new script titled AHK... ... |
Topic: Copy Text from Outlook Email to Specified Cells in Excel |
vixay
Replies: 1
Views: 358
|
Forum: Ask for Help Posted: Fri Aug 01, 2008 8:34 am Subject: Options |
You can use Excel/Outlook VBA as well to do this.
Basic psuedocode:
Select all text in message
Parse text, retain only right hand tokens after the "-"
Switch to excel
Find last bl ... |
Topic: "mailto"-like command for a new outlook task |
vixay
Replies: 5
Views: 240
|
Forum: Ask for Help Posted: Fri Aug 01, 2008 8:29 am Subject: Alternative |
There are alternative tools available for this. See this topic on DonationCoder.com it is very close to what you'd want i guess.
http://www.donationcoder.com/Forums/bb/index.php?topic=14208.0 |
Topic: Crazy Scripting : ColorPicker GENIE 1.00 |
vixay
Replies: 33
Views: 6041
|
Forum: Scripts & Functions Posted: Thu Jul 03, 2008 9:40 am Subject: A few updates |
I've updated the code a bit for my use, and i figured i'd post my updates in case anybody else finds it useful
Changelog:
+ *New Feature* Recognizes RGB(x,y,z) values now, and displays a box with ... |
| |