| Author |
Message |
Topic: Virtual Desktops & extras for Win7 |
bold
Replies: 20
Views: 1497
|
Forum: Scripts & Functions Posted: Thu Feb 11, 2010 11:12 pm Subject: Virtual Desktops & extras for Win7 |
Works perfectly!
Could be a problem with my laptop before, or other conflicting scripts. Thanks, nice work. |
Topic: Display and Sort Hotkeys |
bold
Replies: 68
Views: 23774
|
Forum: Scripts & Functions Posted: Thu Feb 11, 2010 10:34 pm Subject: Display and Sort Hotkeys |
I also liked the listview best so I took Infogulch's version and added the listview with some extended functionality.
You can sort the listview with ctrl-1 on column 1 or ctrl-2 on column 2.
And y ... |
Topic: Virtual Desktops & extras for Win7 |
bold
Replies: 20
Views: 1497
|
Forum: Scripts & Functions Posted: Thu Feb 11, 2010 9:42 am Subject: Does not work for me on Vista |
Does not work for me on Vista. Had to reboot because I could not get the taskmanager to kill the process due to keyboard and mouse buttons not working properly anymore.
Right clicking did not work ... |
Topic: ALT-TAB replacement with icons and window titles in ListView |
bold
Replies: 139
Views: 37113
|
Forum: Scripts & Functions Posted: Fri Nov 07, 2008 4:24 pm Subject: ALT-TAB replacement with icons and window titles in ListView |
This is still a great script, especially under vista which has a crippled alt-tab. I have just one feature request:
is it possible to dim the background when the alt-tab window is showing?
Thank ... |
Topic: AutoHotkey vs. AutoIt? |
bold
Replies: 103
Views: 28655
|
Forum: General Chat Posted: Wed Jul 25, 2007 10:29 pm Subject: AutoHotkey vs. AutoIt? |
| 15 months actually. Is that a record? |
Topic: AutoHotkey vs. AutoIt? |
bold
Replies: 103
Views: 28655
|
Forum: General Chat Posted: Wed Jul 25, 2007 10:25 pm Subject: AutoHotkey vs. AutoIt? |
| Did someone really revive this thread? After 13 months? Sad..., he must be really unhappy. Wy don't we just try to cheer him up instead. |
Topic: Clock, battery, Mem load and CPU load display on screen |
bold
Replies: 5
Views: 11396
|
Forum: Scripts & Functions Posted: Sun Apr 15, 2007 1:49 am Subject: Clock, battery, Mem load and CPU load display on screen |
I'll take a look at it but I think the problem occurred even before I used the gettextsize function and updated the date like this
GuiControl, 1:,Date, %A_DDD% %A_DD%-%A_MM%-%A_YYYY% %a_hou ... |
Topic: Clock, battery, Mem load and CPU load display on screen |
bold
Replies: 5
Views: 11396
|
Forum: Scripts & Functions Posted: Sun Apr 15, 2007 1:37 am Subject: Clock, battery, Mem load and CPU load display on screen |
I'll take a look at it but I think the problem occurred even before I used the gettextsize function and updated the date like this
GuiControl, 1:,Date, %A_DDD% %A_DD%-%A_MM%-%A_YYYY% %a_hou ... |
Topic: Clock, battery, Mem load and CPU load display on screen |
bold
Replies: 5
Views: 11396
|
Forum: Scripts & Functions Posted: Sat Apr 14, 2007 5:48 pm Subject: Clock, battery, Mem load and CPU load display on screen |
Thanks for your comments.
This is why I said it is badly designed, and the 7 GUIs (I guess you didn't find any other solution, but it can be done with 1 GUI). However it works and looks superb (exc ... |
Topic: Clock, battery, Mem load and CPU load display on screen |
bold
Replies: 5
Views: 11396
|
Forum: Scripts & Functions Posted: Fri Apr 13, 2007 5:35 pm Subject: Clock, battery, Mem load and CPU load display on screen |
Displays a clock, ac-line indicator, batterylevel progressbar with text, mem load progressbar with text and cpuload progress bar with text.
I created this mostly from snippets and scripts found in ... |
Topic: Determine a "Next Run" day |
bold
Replies: 6
Views: 611
|
Forum: Ask for Help Posted: Fri Apr 13, 2007 12:41 pm Subject: Determine a "Next Run" day |
Check out EnvAdd in the manual. You can do date calculations like this snippet (from the manual):
var1 = ; Make it blank so that the below will use the current time instead.
var1 += 31, days
For ... |
Topic: hotkey CTRL + ALT + WIN (only) |
bold
Replies: 1
Views: 472
|
Forum: Ask for Help Posted: Wed Apr 11, 2007 10:18 am Subject: hotkey CTRL + ALT + WIN (only) |
I only have a left windows key on my notebook.
This works for me:
^!LWin:: MsgBox, Ctrl-Alt-Win
For both Win keys try:
^!LWin::
^!RWin::
MsgBox, Ctrl-Alt-Win
Retu ... |
Topic: Is there good syntax highlighting for Notepad++? |
bold
Replies: 1
Views: 752
|
Forum: Ask for Help Posted: Fri Apr 06, 2007 1:48 pm Subject: Is there good syntax highlighting for Notepad++? |
Did you try this one on the notepad++ site?
http://notepad-plus.sourceforge.net/commun/userDefinedLang/userDefineLang_autohotkey.xml |
Topic: Network Download/Upload Meter |
bold
Replies: 47
Views: 32996
|
Forum: Scripts & Functions Posted: Tue Apr 03, 2007 9:56 pm Subject: Network Download/Upload Meter |
It did not work for me also because I have all sorts of virtual network interfaces (for vpn and vmware).
I did the following:
Type the this command in a command prompt and check the output. The ... |
Topic: Using dllcall & pdh.dll to query performance counters? |
bold
Replies: 11
Views: 1883
|
Forum: Ask for Help Posted: Sun Apr 01, 2007 11:06 pm Subject: Using dllcall & pdh.dll to query performance counters? |
Thanks for all your help. It seems to be working.
Cheers! |
| |