| Author |
Message |
Topic: Gmail invitation |
hh
Replies: 29
Views: 3893
|
Forum: General Chat Posted: Mon Jan 31, 2005 10:09 am Subject: Gmail invitation |
thanks!
i used the third entry. |
Topic: AutoHotkey - c't Magazin 3/05 page 196-200 |
hh
Replies: 47
Views: 4131
|
Forum: General Chat Posted: Mon Jan 31, 2005 8:54 am Subject: AutoHotkey - c't Magazin 3/05 page 196-200 |
bobo again!!
i just got c't 3 and saw the very good article about AHK and wanted to post a message to chris (and all) to tell him about the well-deserved praise he got, but - of course - bobo was f ... |
Topic: Should true and false become built-in variables? |
hh
Replies: 14
Views: 1236
|
Forum: Wish List Posted: Mon Jan 24, 2005 6:25 pm Subject: Should true and false become built-in variables? |
it clearly improves code readability.
i can't really see any disadvantages - not any that matter to me anyways.
so, my vote was a clear yes. |
Topic: Regex |
hh
Replies: 22
Views: 2155
|
Forum: Wish List Posted: Wed Dec 15, 2004 12:30 am Subject: Regex |
bobo's idea might work.
chris: whay are you so concerned about increasing the size by 20 or 40K?
these days you can hardly buy computers that have small hard drives. it seems that for the vast maj ... |
Topic: ToolTipGetText, Outputvar [, X, Y, WhichToolTip] |
hh
Replies: 11
Views: 874
|
Forum: Ask for Help Posted: Tue Dec 14, 2004 9:25 am Subject: ToolTipGetText, Outputvar [, X, Y, WhichToolTip] |
here's the latest i found on this matter:
the api function bobo mentioned, Shell_NotifyIcon, is the ONLY function that allows programs to control their icon representation. the way programs get fee ... |
Topic: ToolTipGetText, Outputvar [, X, Y, WhichToolTip] |
hh
Replies: 11
Views: 874
|
Forum: Ask for Help Posted: Mon Dec 13, 2004 5:47 pm Subject: ToolTipGetText, Outputvar [, X, Y, WhichToolTip] |
i had the same problem when i tried to activate a tray icon program.
i ended up solving it using PixelSearch. i had to locate a unique color in the icon i was looking for and locate it with PixelSear ... |
Topic: Launching IE in Windows 2000 as task w/ screen locked |
hh
Replies: 6
Views: 393
|
Forum: Ask for Help Posted: Fri Dec 10, 2004 9:52 pm Subject: Launching IE in Windows 2000 as task w/ screen locked |
absolutely, jonny!
you are so right, of course.
what else could come to mind but food when you hear "scheduled task"??
it was probably because i was stoned when i wrote this that i didn't think ... |
Topic: Activate tray icon programs |
hh
Replies: 6
Views: 562
|
Forum: Ask for Help Posted: Fri Dec 10, 2004 9:48 pm Subject: Activate tray icon programs |
i just spent a few hours trying to activate a tray icon with a right mouse click. no success so far.
i tried a few different things.
i tried it with WinGetPos, ControlGetPos
i tried it with and ... |
Topic: Launching IE in Windows 2000 as task w/ screen locked |
hh
Replies: 6
Views: 393
|
Forum: Ask for Help Posted: Fri Dec 10, 2004 7:40 pm Subject: Launching IE in Windows 2000 as task w/ screen locked |
Hmm, ...
desktop = soup
locked OS = can
login = can-opener
service = bunsen burner
mouse/keyboard = immersion heater
Yes, you can heat the soup using a bunsen burner without opening the can ... |
Topic: Pop-up reminder that works with my keyboard entry... |
hh
Replies: 5
Views: 1047
|
Forum: Scripts & Functions Posted: Fri Dec 10, 2004 5:27 pm Subject: Pop-up reminder that works with my keyboard entry... |
check the docu for MsgBox function. it will do the trick for you.
the last parameter is the time after which the message disappears. |
Topic: Activate tray icon programs |
hh
Replies: 6
Views: 562
|
Forum: Ask for Help Posted: Fri Dec 10, 2004 5:23 pm Subject: Activate tray icon programs |
thanks for your response, jonny.
however, i am not sure if i made myself not clear or if i´m missing something.
i need to locate a tray icon that belongs to a particular program and then activate ... |
Topic: Activate tray icon programs |
hh
Replies: 6
Views: 562
|
Forum: Ask for Help Posted: Fri Dec 10, 2004 4:33 pm Subject: Activate tray icon programs |
by now i have some experience writing scripts with ahk but it happened a couple of times now that i needed to activate a program that is only visible as a tray icon from within a script.
basically, ... |
Topic: Is any of this possible in AHK? |
hh
Replies: 11
Views: 875
|
Forum: Ask for Help Posted: Fri Dec 10, 2004 1:30 pm Subject: Is any of this possible in AHK? |
You could use DOS' Net send to send an alert-message. The simple way.
NET SEND {name | * | /DOMAIN
net send is an option. however, it only works if the windows messenger service is running. this s ... |
| |