| Author |
Message |
Topic: Autohotkey group on LinkedIn.com |
HuBa
Replies: 2
Views: 532
|
Forum: General Chat Posted: Tue Oct 18, 2011 12:11 pm Subject: Solved |
| http://www.linkedin.com/groups/AutoHotkey-Programming-3744090 |
Topic: Autohotkey group on LinkedIn.com |
HuBa
Replies: 2
Views: 532
|
Forum: General Chat Posted: Fri Nov 12, 2010 3:35 pm Subject: Autohotkey group on LinkedIn.com |
I'm missing it too!
This group would be nice.
AHK is on Facebook too, so it's social already  |
Topic: Yet Another CountDown Script |
HuBa
Replies: 8
Views: 5180
|
Forum: Scripts & Functions Posted: Wed Sep 23, 2009 8:31 pm Subject: Yet Another CountDown Script |
I like the way you made it. However i need a timer to count forward.
Say a start it now, and it counts the seconds minutes hours days, that have passed.
Further more, and this is the most important ... |
Topic: AHK Stacks |
HuBa
Replies: 8
Views: 2247
|
Forum: Scripts & Functions Posted: Sat Mar 29, 2008 1:22 am Subject: AHK Stacks |
| Nice, but what is the -9999? |
Topic: create new folder script |
HuBa
Replies: 6
Views: 2047
|
Forum: Ask for Help Posted: Sat Mar 29, 2008 1:21 am Subject: create new folder script |
Check if the SysListView321 has the focus with ControlGetFocus.
And check if the mouse cursor is within the boundaries of the SysListView321 with MouseGetPos. |
Topic: [SOLVED] Restore WLM chatwindow from minimized state |
HuBa
Replies: 2
Views: 480
|
Forum: Ask for Help Posted: Tue Mar 18, 2008 6:47 pm Subject: [SOLVED] Restore WLM chatwindow from minimized state |
WinSet, Top doesn't do anything, but WinActivate do the trick. Thank you!
Now the final remaining problem is to detect the state of the window to allow toggling. Unfortunately WinGet MinMax always ... |
Topic: [SOLVED] Restore WLM chatwindow from minimized state |
HuBa
Replies: 2
Views: 480
|
Forum: Ask for Help Posted: Mon Mar 17, 2008 10:42 pm Subject: [SOLVED] Restore WLM chatwindow from minimized state |
It should be an easy job on every window, but Windows Live Messenger's chatwindow is not an "average" window.
Minimizing works fine, but it seems it is immune to the WinRestore command wh ... |
Topic: Notepad++ Syntax for AHK... |
HuBa
Replies: 4
Views: 5005
|
Forum: Ask for Help Posted: Tue Feb 12, 2008 9:36 pm Subject: Notepad++ Syntax for AHK... |
There could be 2 different folders for NPP settings.
%ProgramFiles%\Notepad++\
%APPDATA%\Notepad++\
Check them. |
Topic: FPS-like key binding for ahk |
HuBa
Replies: 4
Views: 882
|
Forum: Wish List Posted: Tue Feb 12, 2008 9:31 pm Subject: FPS-like key binding for ahk |
What is fps sintax?
Off:
The word syntax is written like this. |
Topic: #SingleInstance, filename check |
HuBa
Replies: 4
Views: 2065
|
Forum: Wish List Posted: Mon Dec 24, 2007 8:17 pm Subject: #SingleInstance, filename check |
A check based on the PID would make more sense to me.
You misunderstood it. The ProcessID cannot help here.
I want to start the same script from different locations and I want to be sure there is ... |
Topic: #SingleInstance, filename check |
HuBa
Replies: 4
Views: 2065
|
Forum: Wish List Posted: Mon Dec 24, 2007 8:03 pm Subject: #SingleInstance, filename check |
I suppose the #SingleInstance condition is evaluated against the script's full path.
Now my problem is that my script directory can be accessed from various ways.
I use subst to map a dir as a d ... |
Topic: Window System Menu Manipulator Library v2.0 |
HuBa
Replies: 5
Views: 2248
|
Forum: Scripts & Functions Posted: Fri Dec 21, 2007 1:50 am Subject: Window System Menu Manipulator Library v2.0 |
I updated the library.
Some coding suggestions:
hWnd := hwnd ? hwnd : WinExist("A")
you can even put it in function call.
Makes things lil bit faster and shorter
Do ... |
Topic: AutoAccelerator for racing games |
HuBa
Replies: 1
Views: 3082
|
Forum: Scripts & Functions Posted: Tue Dec 18, 2007 1:06 am Subject: AutoAccelerator for racing games |
By playing car simulators I noticed that I always press the Up arrow to achieve the highest speed. There were only a few times that I had to release the accelerator button (Up arrow) during a game.
A ... |
Topic: Popup menu by Left click on Tray icon |
HuBa
Replies: 2
Views: 3890
|
Forum: Scripts & Functions Posted: Mon Dec 17, 2007 8:01 pm Subject: Popup menu by Left click on Tray icon |
I recently bought a TabletPC. This is a very interesting gadget because the user interface is mainly restricted to one button: the stylus tap on the touchscreen.
It is really struggling to configure ... |
Topic: AutoFiller |
HuBa
Replies: 3
Views: 1171
|
Forum: Scripts & Functions Posted: Mon Dec 17, 2007 9:37 am Subject: AutoFiller |
No, but I rarely need it.
If I need then I write a script for it, because then I can handle checkboxes too. |
| |