| Author |
Message |
Topic: Extract Informations about TaskButtons |
XavierGr
Replies: 41
Views: 13027
|
Forum: Scripts & Functions Posted: Wed Jun 01, 2011 5:18 pm Subject: Extract Informations about TaskButtons |
| Sorry for necro-posting but is there anything new for the Windows 7 taskbar? |
Topic: [Fixed] AHK_L often crashes when saving clipboard to a file |
XavierGr
Replies: 18
Views: 1621
|
Forum: Bug Reports Posted: Thu Oct 28, 2010 1:08 pm Subject: [Fixed] AHK_L often crashes when saving clipboard to a file |
I can confirm that I am struck with the same bug.
A solution to this would be great. |
Topic: Clipboard to bmp without external programs [Done] |
XavierGr
Replies: 15
Views: 2212
|
Forum: Ask for Help Posted: Thu Oct 28, 2010 11:21 am Subject: Clipboard to bmp without external programs [Done] |
Hey Guys,
Can I change the directory where the BMP is saved?? If so please explain =P
Just call the function "Screenshot()" with the filename you want.
e.g. Screenshot("D:\test.b ... |
Topic: Vista Audio Control Functions v2.1 |
XavierGr
Replies: 148
Views: 46931
|
Forum: Scripts & Functions Posted: Sun Sep 19, 2010 5:10 am Subject: Vista Audio Control Functions v2.1 |
Updated. v2.1 requires AutoHotkey_L but does not require COM.ahk.
Much appreciated.  |
Topic: Vista Audio Control Functions v2.1 |
XavierGr
Replies: 148
Views: 46931
|
Forum: Scripts & Functions Posted: Thu Sep 16, 2010 4:56 am Subject: Vista Audio Control Functions v2.1 |
Lexikos
Can you please update this library to make it compatible with AHK_L x64?
Indeed, this library is very helpfull but won't work with Autohotkey_L x64 Unicode. |
Topic: Refresh settings (explorer) |
XavierGr
Replies: 2
Views: 1373
|
Forum: Ask for Help Posted: Sun Dec 07, 2008 1:37 am Subject: Refresh settings (explorer) |
Thanks!
This is exactly what I needed, makes simpler a lot of my scripts.
Kudos.  |
Topic: Changing default audio device |
XavierGr
Replies: 71
Views: 63103
|
Forum: Ask for Help Posted: Wed May 14, 2008 12:19 am Subject: Changing default audio device |
The most easy and non-obstructing way to do this is via RegRead and ReadWrite.
Windows stores the default playback device under the "HKEY_CURRENT_USER\ Software\Microsoft\Multimedia\Sound Mapp ... |
Topic: Ultimate MX Revolution Hotkey list! |
XavierGr
Replies: 7
Views: 4814
|
Forum: Scripts & Functions Posted: Thu Jan 10, 2008 1:02 am Subject: Ultimate MX Revolution Hotkey list! |
I've updated my main post with the new script. There are some changes in the keys. Some features were removed while others were reordered. Read the keymap file for further details.
Also I've includ ... |
Topic: Ultimate MX Revolution Hotkey list! |
XavierGr
Replies: 7
Views: 4814
|
Forum: Scripts & Functions Posted: Fri Dec 14, 2007 3:29 pm Subject: Ultimate MX Revolution Hotkey list! |
...dont you have like a old script for mx1000 laser mouse
i have that one, and your script realy make me won´t buy the new one
You mean that you want to buy an MX Revolution cause of my scri ... |
Topic: Extract Informations about TaskButtons |
XavierGr
Replies: 41
Views: 13027
|
Forum: Scripts & Functions Posted: Sat Nov 17, 2007 12:34 am Subject: Extract Informations about TaskButtons |
Ah! Too bad, pity indeed.
Thanks for clearing that up anyway.  |
Topic: Extract Informations about TaskButtons |
XavierGr
Replies: 41
Views: 13027
|
Forum: Scripts & Functions Posted: Fri Nov 16, 2007 5:18 pm Subject: Extract Informations about TaskButtons |
With ToolBarWindow32 the ErrorLevel before the Loop in TaskButtons() is set to FAIL.
Replacing ToolBarWindow32 with SysTabControl32 the ErrorLevel is set to 0. So the loop never runs and no Buttons ... |
Topic: Transparent windows |
XavierGr
Replies: 28
Views: 12287
|
Forum: Scripts & Functions Posted: Mon Nov 12, 2007 11:53 pm Subject: Transparent windows |
Here is my finished version, safe, without duplications and I hope without unneeded tasks and fast too:
; Set Transparency of Windows
^+WheelUp:: SetTransparency(10)
^+WheelDow ... |
Topic: Extract Informations about TaskButtons |
XavierGr
Replies: 41
Views: 13027
|
Forum: Scripts & Functions Posted: Sat Nov 10, 2007 1:39 am Subject: Extract Informations about TaskButtons |
Does the following line in TaskButton.ahk return non-empty result in W2K?
MsgBox % TaskButtons()
You have to check with the Windows Spy tool if the taskbar control is ToolbarWindow32, not ... |
Topic: [SOLVED] Making the Taskbar useful |
XavierGr
Replies: 10
Views: 2217
|
Forum: Ask for Help Posted: Fri Nov 09, 2007 6:19 pm Subject: [SOLVED] Making the Taskbar useful |
I was wrong, there is a class ToolbarWindow322 in Windows 2000.
The problem is that at the loop, hWnd is always the same so I assume that the function cannot find the next or previous window.
Than ... |
Topic: Extract Informations about TaskButtons |
XavierGr
Replies: 41
Views: 13027
|
Forum: Scripts & Functions Posted: Fri Nov 09, 2007 5:18 pm Subject: Extract Informations about TaskButtons |
I tested this code on Windows 2000 and unfortunately it won't work.
It seems that GetTaskbar() doesn't return a value.
Anypointers on how to fix it? |
| |