| Author |
Message |
Topic: Integrating Direct Folders with Xplorer2 |
Winkie
Replies: 5
Views: 1419
|
Forum: Scripts & Functions Posted: Wed Sep 30, 2009 5:06 pm Subject: Integrating Direct Folders with Xplorer2 |
| Thanks Winkie, works very wellYou're welcome. |
Topic: Integrating Direct Folders with Xplorer2 |
Winkie
Replies: 5
Views: 1419
|
Forum: Scripts & Functions Posted: Sat Aug 22, 2009 12:24 pm Subject: Re: Integrating Direct Folders with Xplorer2 |
For this to work Xplorer2 must already be open and I'm sure that the AHK code can be improved - perhaps to speed up the send of the path to xplorer.
Issue: Sometimes it seems to paste an extra quot ... |
Topic: Sound.ahk - Sound functions for use with AutoHotkey |
Winkie
Replies: 33
Views: 13911
|
Forum: Scripts & Functions Posted: Thu May 01, 2008 8:33 am Subject: Sound.ahk - Sound functions for use with AutoHotkey |
fincs, the author of the functions in this popular post, appears to be a very infrequent visitor to this forum.
@jballi: I am too!!! (at least in posting... Didn't post in two years )
I ... |
Topic: Sound.ahk - Sound functions for use with AutoHotkey |
Winkie
Replies: 33
Views: 13911
|
Forum: Scripts & Functions Posted: Wed Apr 30, 2008 8:09 pm Subject: Re: Sound.ahk - Sound functions for use with AutoHotkey |
Tohhmmss(milli){
min := Floor(milli / (1000 * 60))
hour := Floor(milli / (1000 * 3600))
sec := Floor(Floor(milli/1000) - (min * 60))
Return hour ":" min ":" sec
}
txt ... |
Topic: Lock keys warning with one Tray Icon and extra's |
Winkie
Replies: 0
Views: 1594
|
Forum: Scripts & Functions Posted: Tue May 30, 2006 3:07 pm Subject: Lock keys warning with one Tray Icon and extra's |
Here is the first script I wrote:
Winkiez LockKing
This script is wrote to inform users if they press one of the Lock-keys. This way, you can't accidentaly press one of these. It's also sometimes ... |
Topic: Crazy Scripting : ColorPicker GENIE 1.00 |
Winkie
Replies: 35
Views: 11935
|
Forum: Scripts & Functions Posted: Mon May 29, 2006 12:56 pm Subject: Crazy Scripting : ColorPicker GENIE 1.00 |
Very nice and small script!
What about the GENIE? Do you feel some feature could be added to it? Or just keep it simple?
A feature whats missing is a a colorpicker.
I'm going to implement Skrom ... |
Topic: Enable scrolling in VBA editor window |
Winkie
Replies: 2
Views: 2115
|
Forum: Scripts & Functions Posted: Sat May 27, 2006 9:04 pm Subject: Enable scrolling in VBA editor window |
Thanx for this script, I can pull a task of my todo-list now!
And thanks to your second update I don't have to localize the script...
I didn't to find out yet when the title contains "Watches ... |
Topic: Favorite Folders popup menu that you can change on the fly. |
Winkie
Replies: 166
Views: 44804
|
Forum: Scripts & Functions Posted: Thu Apr 13, 2006 9:12 pm Subject: Some comments |
Hi Everyone,
I like the improvements in this script compared to the original!
But I have some comments:
Also when I used a slash at the end of f_shortcuts_folder (E:\Folders\) the script produ ... |
Topic: Saving AHK forum Pages |
Winkie
Replies: 15
Views: 3752
|
Forum: General Chat Posted: Wed Apr 12, 2006 12:52 pm Subject: Re: Saving AHK forum Pages |
Strange Firefox can't open mht I tried it and you are right
There is an extension for Firefox for which handles MHT files: [url=https://addons.mozilla.org/addon.php?id=212]Mozilla Archive Format
I ... |
Topic: Can't load Icon in 1.0.43.06 |
Winkie
Replies: 10
Views: 1231
|
Forum: Bug Reports Posted: Tue Apr 11, 2006 11:53 am Subject: Can't load Icon in 1.0.43.06 |
Hi,
After I updated AHk to version 1.0.43.06 (from 1.0.43.02) it doesn't load this:
Menu, Tray, Icon, MMSYS.CPL, 1
Strangely the following code in the same script works fine:
Menu, Tray, Icon, ... |
| |