| Author |
Message |
Topic: Crazy Scripting : IconEx v1.0 - Icon Explorer/Extractor |
Laszlo
Replies: 28
Views: 865
|
Forum: Scripts & Functions Posted: Thu May 15, 2008 5:06 pm Subject: Crazy Scripting : IconEx v1.0 - Icon Explorer/Extractor |
| Maybe an appropriate call to Shell_NotifyIcon with NIM_SETVERSION (0x00000004) helps? |
Topic: Crazy Scripting : IconEx v1.0 - Icon Explorer/Extractor |
Laszlo
Replies: 28
Views: 865
|
Forum: Scripts & Functions Posted: Thu May 15, 2008 4:13 pm Subject: Crazy Scripting : IconEx v1.0 - Icon Explorer/Extractor |
| The above script changes the Alt-TAB icon, the taskbar icon and the title bar icon to "i", but leaves the tray icon blank. Is it a Vista problem? |
Topic: Crazy Scripting : IconEx v1.0 - Icon Explorer/Extractor |
Laszlo
Replies: 28
Views: 865
|
Forum: Scripts & Functions Posted: Wed May 14, 2008 6:00 pm Subject: Crazy Scripting : IconEx v1.0 - Icon Explorer/Extractor |
Nice improvements!
Do you know why the Vista shell32.dll icon numbers are so weird? After Icon #338 the next one is #512, followed by #1001..1011, then #8240, and #16710..16783. |
Topic: how about autohotkey v2 |
Laszlo
Replies: 9
Views: 262
|
Forum: General Chat Posted: Wed May 14, 2008 5:43 pm Subject: how about autohotkey v2 |
| There are unfixed bugs, feature requests even for version 1. There seems to be no more development work on AHK, so enjoy what you have. |
Topic: ListView Grid - problem to display grid lines |
Laszlo
Replies: 2
Views: 115
|
Forum: Ask for Help Posted: Tue May 13, 2008 2:20 am Subject: ListView Grid - problem to display grid lines |
| I don't see the problem (Vista, 2.4 GHz Core2 Quad, 2GB RAM). It could be that there is not enough memory for the icons, your processor is slow or your graphic card is slow. You could try is to instal ... |
Topic: Crazy Scripting : IconEx v1.0 - Icon Explorer/Extractor |
Laszlo
Replies: 28
Views: 865
|
Forum: Scripts & Functions Posted: Tue May 13, 2008 1:43 am Subject: Crazy Scripting : IconEx v1.0 - Icon Explorer/Extractor |
| It beats all the similar scripts posted before. Nice job! |
Topic: Greek Letters |
Laszlo
Replies: 4
Views: 349
|
Forum: Scripts & Functions Posted: Sun May 11, 2008 4:05 pm Subject: Greek Letters |
| It does not work for me in IE7 (Vista). It still catches Alt-C as its own hotkey. |
Topic: command line parameter not working with DllCall |
Laszlo
Replies: 6
Views: 114
|
Forum: Ask for Help Posted: Mon May 05, 2008 9:57 pm Subject: command line parameter not working with DllCall |
Which method is better?
Maybe we should include in our scripts something likezero:=0, one:=1, two:=2 ;...When a command line parameter is needed, we can just write %one%, assuming %zero% ... |
Topic: Compiling with GCC |
Laszlo
Replies: 11
Views: 533
|
Forum: Scripts & Functions Posted: Mon May 05, 2008 7:21 pm Subject: Compiling with GCC |
| Do you expect the result to be smaller or faster? AHK won't work on any other platform than Windows, so it is usually the best to use a (free) MS compiler. They should know the best how to use their o ... |
Topic: Never in focus window (or click throughable) |
Laszlo
Replies: 23
Views: 531
|
Forum: Ask for Help Posted: Mon May 05, 2008 7:13 pm Subject: Never in focus window (or click throughable) |
I did not get your meaning of "Ti{BS 2}" . Cute! |
Topic: command line parameter not working with DllCall |
Laszlo
Replies: 6
Views: 114
|
Forum: Ask for Help Posted: Mon May 05, 2008 5:24 pm Subject: command line parameter not working with DllCall |
| use a double-referenceHow? |
Topic: Never in focus window (or click throughable) |
Laszlo
Replies: 23
Views: 531
|
Forum: Ask for Help Posted: Mon May 05, 2008 5:03 pm Subject: Never in focus window (or click throughable) |
| fake brightness controlIt is. My laptop does not dim its backlight with it, so it did not save battery time for me. I used the transparent window dimmer in the car at night, when the laptop serves as ... |
Topic: Never in focus window (or click throughable) |
Laszlo
Replies: 23
Views: 531
|
Forum: Ask for Help Posted: Mon May 05, 2008 4:56 pm Subject: Never in focus window (or click throughable) |
| He is actually Titan, and who knows how many different nicks he uses. So it is thousands of posts to be found... |
Topic: Never in focus window (or click throughable) |
Laszlo
Replies: 23
Views: 531
|
Forum: Ask for Help Posted: Sun May 04, 2008 11:02 pm Subject: Never in focus window (or click throughable) |
| There were a few similar dimmer scripts posted to the Forum, [url=http://www.autohotkey.com/forum/viewtopic.php?p=98759#98759]here or [url=http://www.autohotkey.com/forum/viewtopic.php?t=15598]there. ... |
Topic: Bell curve? |
Laszlo
Replies: 25
Views: 399
|
Forum: Ask for Help Posted: Sun May 04, 2008 12:31 am Subject: Bell curve? |
| You define a probability density function, like a skewed bell curve. Its integral (from minus infinity to x) is the Cumulative distribution function, like erf(x), the error function, for the normal di ... |
| |