| Author |
Message |
Topic: Sound.ahk - Sound functions for use with AutoHotkey |
Winkie
Replies: 21
Views: 3807
|
Forum: Scripts & Functions Posted: Thu May 01, 2008 9: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: 21
Views: 3807
|
Forum: Scripts & Functions Posted: Wed Apr 30, 2008 9: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: 724
|
Forum: Scripts & Functions Posted: Tue May 30, 2006 4: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: 27
Views: 4639
|
Forum: Scripts & Functions Posted: Mon May 29, 2006 1: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: 1012
|
Forum: Scripts & Functions Posted: Sat May 27, 2006 10: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: 149
Views: 23133
|
Forum: Scripts & Functions Posted: Thu Apr 13, 2006 10: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: 2463
|
Forum: General Chat Posted: Wed Apr 12, 2006 1: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: 647
|
Forum: Bug Reports Posted: Tue Apr 11, 2006 12:53 pm 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, ... |
| |