| Author |
Message |
Topic: Peeking DragDrop & Clipboard Data |
skrommel
Replies: 5
Views: 836
|
Forum: Scripts & Functions Posted: Tue Apr 01, 2008 6:04 pm Subject: Peeking DragDrop & Clipboard Data |
A wish come true! Almost...
It crashes AutoHotkey when copying something from Internet Explorer, or it takes a break before continuing. Any ideas?
Skrommel |
Topic: Gui problem |
skrommel
Replies: 13
Views: 625
|
Forum: Ask for Help Posted: Sun Mar 16, 2008 9:46 am Subject: Gui problem |
Wonderful! Thank you, there's nothing like reading the manual!
Skrommel |
Topic: Gui problem |
skrommel
Replies: 13
Views: 625
|
Forum: Ask for Help Posted: Sun Mar 09, 2008 2:16 am Subject: Gui problem |
Any changes in getting "global" window events?
When handling tens or hundreds of guis, I have to have a window event for every gui:
1GuiClose:
2GuiClose:
3GuiClose:
...
99GuiClos ... |
Topic: Single- and double-click of scripts Tray icon |
skrommel
Replies: 5
Views: 1990
|
Forum: Scripts & Functions Posted: Fri Jun 22, 2007 2:07 am Subject: Only your own |
No, only your own tray icon. |
Topic: [SOLVED] Tab Caption with SysTabControl321 & TCM_GETITEM |
skrommel
Replies: 3
Views: 642
|
Forum: Ask for Help Posted: Wed Jun 20, 2007 7:50 pm Subject: small error |
There's a small typo in the 8th line in the code above:
TabCount := ErrorLevel - get number of tabs
should read
TabCount := ErrorLevel ; get number of tabs |
Topic: Single- and double-click of scripts Tray icon |
skrommel
Replies: 5
Views: 1990
|
Forum: Scripts & Functions Posted: Fri Jun 15, 2007 3:35 am Subject: Single- and double-click of scripts Tray icon |
It executes one action when you singleclick, and another action when you doubleclick the tray icon. Very handy. |
Topic: Vista taskbar thumbnails |
skrommel
Replies: 3
Views: 425
|
Forum: Ask for Help Posted: Sun Feb 25, 2007 9:25 am Subject: Really? |
I think you're right about thumbnail := ExtractInteger(thumbnail) but it still won't work.
you said BOOLEAN
Sorry.
Skrommel |
Topic: Vista taskbar thumbnails |
skrommel
Replies: 3
Views: 425
|
Forum: Ask for Help Posted: Sun Feb 25, 2007 2:06 am Subject: Vista taskbar thumbnails |
Anyone running Vista?
I thought I'd make a window watcher using Vista's WDM, but my code won't work. Could it be my struct handling? There's a byte and two booleans in there...
The code is st ... |
Topic: Accessing the system menu using WinMenuSelectItem? |
skrommel
Replies: 4
Views: 379
|
Forum: Ask for Help Posted: Sat Feb 24, 2007 12:43 am Subject: Thanks |
There's nothing like working code! Thanks!
Skrommel |
Topic: Accessing the system menu using WinMenuSelectItem? |
skrommel
Replies: 4
Views: 379
|
Forum: Ask for Help Posted: Thu Feb 22, 2007 9:00 am Subject: Sub menus |
Fantastic!
I want to use it to access the Edit menu of command windows, so I'll have to find the sub menus, too.
Skrommel |
Topic: Accessing the system menu using WinMenuSelectItem? |
skrommel
Replies: 4
Views: 379
|
Forum: Ask for Help Posted: Wed Feb 21, 2007 2:03 am Subject: Accessing the system menu using WinMenuSelectItem? |
How do I access the system menu silently? I've found no options in WinMenuSelectItem, and using Alt-Space flickers the menu.
Maybe there should be a WinMenuSelectItem,Window,,0&,1&?
S ... |
Topic: Randomly pixeling in an image |
skrommel
Replies: 13
Views: 1388
|
Forum: Scripts & Functions Posted: Mon Feb 12, 2007 9:37 am Subject: Randomly pixeling in an image |
To speed things up in your script, jonny, the pixel list could be saved to a file, or included in the script itself. Then you wouldn't have to include the picture, either.
Skrommel |
Topic: Randomly pixeling in an image |
skrommel
Replies: 13
Views: 1388
|
Forum: Scripts & Functions Posted: Mon Feb 12, 2007 9:31 am Subject: Radeon |
What graphics card are you using? I've got a Radeon 9600SE.
Skrommel |
Topic: Randomly pixeling in an image |
skrommel
Replies: 13
Views: 1388
|
Forum: Scripts & Functions Posted: Mon Feb 12, 2007 1:18 am Subject: RandomSplash |
Here's a different approach, with no delays!
It seems the slowest command of the scritps above is the PixelGetColor.
I tried BitBlt and StrechBlt, but they were even slower.
I ended up using ... |
Topic: Randomly pixeling in an image |
skrommel
Replies: 13
Views: 1388
|
Forum: Scripts & Functions Posted: Sun Feb 11, 2007 10:59 pm Subject: Sort,list,Random |
May I suggest using
Sort,list,Random
to speed things up?
Skrommel |
| |