AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 43 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Refresh settings (explorer)
XavierGr

Replies: 2
Views: 867

PostForum: Ask for Help   Posted: Sun Dec 07, 2008 2:37 am   Subject: Refresh settings (explorer)
Thanks!
This is exactly what I needed, makes simpler a lot of my scripts.

Kudos. Very Happy
  Topic: Changing default audio device
XavierGr

Replies: 27
Views: 8386

PostForum: Ask for Help   Posted: Wed May 14, 2008 1: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: 3332

PostForum: Scripts & Functions   Posted: Thu Jan 10, 2008 2: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: 3332

PostForum: Scripts & Functions   Posted: Fri Dec 14, 2007 4: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 Sad

You mean that you want to buy an MX Revolution cause of my scri ...
  Topic: Extract Informations about TaskButtons
XavierGr

Replies: 30
Views: 8160

PostForum: Scripts & Functions   Posted: Sat Nov 17, 2007 1:34 am   Subject: Extract Informations about TaskButtons
Ah! Too bad, pity indeed.

Thanks for clearing that up anyway. Very Happy
  Topic: Extract Informations about TaskButtons
XavierGr

Replies: 30
Views: 8160

PostForum: Scripts & Functions   Posted: Fri Nov 16, 2007 6: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: 10914

PostForum: Scripts & Functions   Posted: Tue Nov 13, 2007 12:53 am   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: 30
Views: 8160

PostForum: Scripts & Functions   Posted: Sat Nov 10, 2007 2: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: 1742

PostForum: Ask for Help   Posted: Fri Nov 09, 2007 7: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: 30
Views: 8160

PostForum: Scripts & Functions   Posted: Fri Nov 09, 2007 6: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?
  Topic: Extract Informations about TaskButtons
XavierGr

Replies: 30
Views: 8160

PostForum: Scripts & Functions   Posted: Fri Nov 09, 2007 1:16 pm   Subject: Extract Informations about TaskButtons
Brilliant!

Now a simple script like this, can make all the Taskbar Buttons Movable:

; Make the TaskBar Buttons Movable with LButton Drag and Drop
~LButton::
MouseGetPos, , , id
...
  Topic: Extract Informations about TaskButtons
XavierGr

Replies: 30
Views: 8160

PostForum: Scripts & Functions   Posted: Fri Nov 09, 2007 1:29 am   Subject: Extract Informations about TaskButtons
Sean, do you know if it is possible to get the idx for a task button that is under the mouse? I am trying to make a script that will let you drag and drop the position of the task button on the task b ...
  Topic: Tray Menu misbehavior
XavierGr

Replies: 3
Views: 467

PostForum: Ask for Help   Posted: Wed Nov 07, 2007 4:47 am   Subject: Tray Menu misbehavior
Oops my last post had some bugs, I edited it and I hope that it won't have more. At this point it seems pretty stable.
  Topic: Tray Menu misbehavior
XavierGr

Replies: 3
Views: 467

PostForum: Ask for Help   Posted: Wed Nov 07, 2007 2:12 am   Subject: Tray Menu misbehavior
Thank you very much, now it works like a charm, though yes it seems close to be a bug.

This is the current version of the script I am using with a hotkey to unhide the previously hidden window.
I' ...
  Topic: Tray Menu misbehavior
XavierGr

Replies: 3
Views: 467

PostForum: Ask for Help   Posted: Tue Nov 06, 2007 11:27 pm   Subject: Tray Menu misbehavior
I made a small script that will hide the active window and create a tray submenu (in the autohotkey icon) with the hidden window in it.
Along with it I made another tray menu item that will show all ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group